]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNomencl.h
Remove hardcoded values
[lyx.git] / src / insets / InsetNomencl.h
index 14507b66ce3cd163b7c0b8b9110e70531d2bba93..5e161a6ca5bfe9d117a561c4c24cdeae6d1a98b9 100644 (file)
@@ -45,6 +45,9 @@ public:
        ///
        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;