]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetNomencl.h
XHTML/DocBook: merge code duplicates for vertical alignment.
[features.git] / src / insets / InsetNomencl.h
index 144064977a14d76bc55397008ab3fb5d1a11aea2..362cd4699f6e69bc607444f7c93c055d6e550fd5 100644 (file)
@@ -73,9 +73,6 @@ private:
        ///
        docstring screenLabel() const override;
        //@}
-
-       /// unique id for this nomenclature entry for docbook export
-       docstring nomenclature_entry_id;
 };
 
 
@@ -97,7 +94,7 @@ public:
        ///
        bool hasSettings() const override { return true; }
        ///
-       RowFlags rowFlags() const override { return Display; }
+       int rowFlags() const override { return Display; }
        ///
        void latex(otexstream &, OutputParams const &) const override;
        ///