]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetArgument.h
Circumvent odd stmary font metrics (part of #9990).
[lyx.git] / src / insets / InsetArgument.h
index 7ba81e37d9f6be294d687741d91359e9121dca55..d5cae98cb05ddac36c78f627434e875313431c76 100644 (file)
@@ -49,7 +49,7 @@ public:
        ///
        void latex(otexstream &, OutputParams const &) const { }
        ///
-       int plaintext(odocstream &, OutputParams const &) const { return 0; }
+       int plaintext(odocstringstream &, OutputParams const &, size_t) const { return 0; }
        ///
        int docbook(odocstream &, OutputParams const &) const { return 0; }
        ///
@@ -65,6 +65,8 @@ public:
        std::string contextMenuName() const;
        ///
        bool isPassThru() const { return pass_thru_; }
+       ///
+       bool resetFontEdit() const { return false; }
        //@}
        /// \name Public functions inherited from InsetCollapsable class
        //@{
@@ -95,6 +97,8 @@ private:
        std::string decoration_;
        ///
        bool pass_thru_;
+       ///
+       docstring pass_thru_chars_;
 
 protected:
        /// \name Protected functions inherited from Inset class