]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_pimpl.h
Fix bug 2474; partial fix for 1777. Added last_reference_ member to QRef class and...
[lyx.git] / src / paragraph_pimpl.h
index 3b8e0b0fab6f61c497caa39f47298994a20b69a5..86acf1028f5614a8aaeb57fe46304982edcb552c 100644 (file)
@@ -131,7 +131,7 @@ public:
        /// Output a space in appropriate formatting (or a surrogate pair
        /// if the next character is a combining character).
        /// \return whether a surrogate pair was output.
-       bool simpleTeXBlanks(BufferParams const &, Encoding const &,
+       bool simpleTeXBlanks(Encoding const &,
                             odocstream &, TexRow & texrow,
                             pos_type & i,
                             unsigned int & column,
@@ -139,9 +139,9 @@ public:
                             LyXLayout const & style);
        ///
        void simpleTeXSpecialChars(Buffer const &, BufferParams const &,
-                                  Encoding const &, odocstream &,
+                                  odocstream &,
                                   TexRow & texrow, OutputParams const &,
-                                  LyXFont & font, LyXFont & running_font,
+                                  LyXFont & running_font,
                                   LyXFont & basefont,
                                   LyXFont const & outerfont,
                                   bool & open_font,