]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNomencl.h
Improve handling of top and bottom margin
[lyx.git] / src / insets / InsetNomencl.h
index 35887e88cd51b402846803ec3b7e96f996edbd8a..b36527c7bb02036ea192898ef133058ae82d0c6d 100644 (file)
@@ -28,9 +28,6 @@ public:
        ///
        InsetNomencl(Buffer * buf, InsetCommandParams const &);
 
-       ///
-       int docbookGlossary(odocstream &) const;
-
        /// \name Public functions inherited from Inset class
        //@{
        ///
@@ -48,7 +45,7 @@ public:
        int plaintext(odocstringstream & ods, OutputParams const & op,
                      size_t max_length = INT_MAX) const;
        ///
-       int docbook(odocstream &, OutputParams const &) const;
+       void docbook(XMLStream &, OutputParams const &) const;
        /// Does nothing at the moment.
        docstring xhtml(XMLStream &, OutputParams const &) const;
        //@}
@@ -92,7 +89,7 @@ public:
        /// Updates needed features for this inset.
        void validate(LaTeXFeatures & features) const;
        ///
-       int docbook(odocstream &, OutputParams const &) const;
+       void docbook(XMLStream &, OutputParams const &) const;
        ///
        docstring xhtml(XMLStream &, OutputParams const &) const;
        ///
@@ -100,7 +97,7 @@ public:
        ///
        bool hasSettings() const { return true; }
        ///
-       DisplayType display() const { return AlignCenter; }
+       RowFlags rowFlags() const { return Display; }
        ///
        void latex(otexstream &, OutputParams const &) const;
        ///