]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_pimpl.h
Fix loop when opening TOC widget in an empty document, basically by Richard Heck.
[lyx.git] / src / paragraph_pimpl.h
index df899b695db235082778e9e99b41d4ebadd16959..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,7 +139,7 @@ public:
                             LyXLayout const & style);
        ///
        void simpleTeXSpecialChars(Buffer const &, BufferParams const &,
-                                  Encoding const &, odocstream &,
+                                  odocstream &,
                                   TexRow & texrow, OutputParams const &,
                                   LyXFont & running_font,
                                   LyXFont & basefont,