]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCounter.h
Allow row-breaking after some insets
[lyx.git] / src / insets / InsetCounter.h
index 92c547e432c649cc2e96158b55a9bd77592ba76a..65334a3836f62838c36885d7d9dbe9aaacd79257 100644 (file)
@@ -41,7 +41,7 @@ public:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
-       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       docstring xhtml(XMLStream &, OutputParams const &) const;
        ///
        void toString(odocstream &) const;
        ///
@@ -62,7 +62,7 @@ public:
        static bool isCompatibleCommand(std::string const & s);
        //@}
        /// keys are commands, values are GUI strings
-       static const std::map<std::string, std::string> counterTable;
+       static const std::vector<std::pair<std::string, std::string>> counterTable;
        static const std::map<std::string, std::string> valueTable;
 
 protected: