]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNomencl.h
Properly fix handling of title layouts within insets (#11787)
[lyx.git] / src / insets / InsetNomencl.h
index b5a4e9315c64f087432b94f66bcb7df7f8d2cd9b..d023237865c73485ece5f1c361969a34821c4579 100644 (file)
@@ -50,7 +50,7 @@ public:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        /// Does nothing at the moment.
-       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       docstring xhtml(XMLStream &, OutputParams const &) const;
        //@}
 
        /// \name Static public methods obligated for InsetCommand derived classes
@@ -94,13 +94,13 @@ public:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
-       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       docstring xhtml(XMLStream &, OutputParams const &) const;
        ///
        InsetCode lyxCode() const;
        ///
        bool hasSettings() const { return true; }
        ///
-       DisplayType display() const { return Display; }
+       RowFlags rowFlags() const { return Display; }
        ///
        void latex(otexstream &, OutputParams const &) const;
        ///