]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetArgument.h
Reset InsetArgument language after passthru status change
[lyx.git] / src / insets / InsetArgument.h
index cd036128623c8f03a201dc8ea769b5602a8998c8..86de5b1ca115ca5173fcc5e331920d1bfe4792b2 100644 (file)
@@ -56,7 +56,7 @@ public:
        ///
        int docbook(odocstream &, OutputParams const &) const { return 0; }
        ///
-       docstring xhtml(XHTMLStream &, OutputParams const &) const 
+       docstring xhtml(XHTMLStream &, OutputParams const &) const
                { return docstring(); }
        ///
        void write(std::ostream & os) const;
@@ -92,6 +92,8 @@ private:
        ///
        docstring toolTip(BufferView const & bv, int, int) const;
        ///
+       void fixParagraphLanguage(Language const *);
+       ///
        std::string name_;
        ///
        docstring labelstring_;