]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.h
Angus insetindex patch + protect patch from Dekel
[lyx.git] / src / CutAndPaste.h
index 7e73e5bb67ba72a632fbb329da8be2c9554fa465..c0888e89f795f74e683931f9630d550f42f3b1c5 100644 (file)
@@ -24,7 +24,8 @@ class CutAndPaste {
 public:
        ///
        bool cutSelection(LyXParagraph * startpar, LyXParagraph ** endpar,
-                         int start, int & end, char tc, bool doclear = false);
+                         int start, int & end,
+                         char tc, bool doclear = false);
        ///
        bool copySelection(LyXParagraph * startpar, LyXParagraph * endpar,
                           int start, int end, char tc);