]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.h
J�rgen Spitzm�ller's tweak of the Paragraph dialog.
[lyx.git] / src / CutAndPaste.h
index 173de5ce75c5384edb4b8a532b53fd7929aa8434..13ff9ed33db059c5371f550828d93cbd0a26c98f 100644 (file)
@@ -25,7 +25,8 @@ public:
        ///
        static
        bool cutSelection(Paragraph * startpar, Paragraph ** endpar,
-                      int start, int & end, char tc, bool doclear = false);
+                      int start, int & end, char tc, bool doclear = false,
+                                         bool realcut = true);
        ///
        static
        bool copySelection(Paragraph * startpar, Paragraph * endpar,