]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetnomencl.h
* In the process of fixing the math background color bug, this commit transfer backgr...
[lyx.git] / src / insets / insetnomencl.h
index c5cc48a25c14e26cf3d52033777aec44ca70910c..093d199223582a8e7414e55df870ca0194a84890 100644 (file)
@@ -38,10 +38,14 @@ public:
        ///
        int docbook(Buffer const &, odocstream &,
                    OutputParams const &) const;
+       ///
+       int docbookGlossary(odocstream &) const;
 private:
        virtual std::auto_ptr<InsetBase> doClone() const {
                return std::auto_ptr<InsetBase>(new InsetNomencl(params()));
        }
+       /// unique id for this glossary entry for docbook export
+       docstring glossary_entry_id;
 };