]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNomencl.h
Fix indentation
[lyx.git] / src / insets / InsetNomencl.h
index 14507b66ce3cd163b7c0b8b9110e70531d2bba93..4d11a47d793c0bfd7f99f442558440dc300053d0 100644 (file)
@@ -41,10 +41,13 @@ public:
        void validate(LaTeXFeatures & features) const;
        ///
        void addToToc(DocIterator const & di, bool output_active,
-                                 UpdateType utype) const;
+                                 UpdateType utype, TocBackend & backend) const;
        ///
        InsetCode lyxCode() const { return NOMENCL_CODE; }
        ///
+       int plaintext(odocstringstream & ods, OutputParams const & op,
+                     size_t max_length = INT_MAX) const;
+       ///
        int docbook(odocstream &, OutputParams const &) const;
        /// Does nothing at the moment.
        docstring xhtml(XHTMLStream &, OutputParams const &) const;
@@ -57,7 +60,7 @@ public:
        ///
        static std::string defaultCommand() { return "nomenclature"; }
        ///
-       static bool isCompatibleCommand(std::string const & s) 
+       static bool isCompatibleCommand(std::string const & s)
                { return s == "nomenclature"; }
        //@}
 
@@ -90,7 +93,7 @@ public:
        void validate(LaTeXFeatures & features) const;
        ///
        int docbook(odocstream &, OutputParams const &) const;
-       /// 
+       ///
        docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
        InsetCode lyxCode() const;
@@ -111,7 +114,7 @@ public:
        ///
        static std::string defaultCommand() { return "printnomenclature"; }
        ///
-       static bool isCompatibleCommand(std::string const & s) 
+       static bool isCompatibleCommand(std::string const & s)
                { return s == "printnomenclature"; }
        //@}