]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtext.h
Delay bibfileCache first update up until it is used.
[lyx.git] / src / lyxtext.h
index 34de73838076aec414968608bdf4e9f946e54c24..9a03033cf96d49ff0d23729887ad2876e2942a6f 100644 (file)
@@ -387,11 +387,11 @@ private:
        /// set 'number' font property
        void number(LCursor & cur);
 
-       /// paste string at current cursor.
+       /// paste plain text at current cursor.
        /// \param str string to paste
-       /// \param argument method for parsing ("paragraph" is special)
+       /// \param asParagraphs whether to paste as paragraphs or as lines
        void pasteString(LCursor & cur, docstring const & str,
-               docstring const & argument);
+                       bool asParagraphs);
 };
 
 } // namespace lyx