]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.h
fix "make dist" target
[lyx.git] / src / CutAndPaste.h
index 825b11d210b0a0ff047b64ee1225d33789264906..e95f0ba3d48d30b10acaa6f47c66cf3abbce6992 100644 (file)
@@ -25,16 +25,15 @@ public:
        ///
        static
        bool cutSelection(LyXParagraph * startpar, LyXParagraph ** endpar,
-                         int start, int & end,
-                         char tc, bool doclear = false);
+                      int start, int & end, char tc, bool doclear = false);
        ///
        static
        bool copySelection(LyXParagraph * startpar, LyXParagraph * endpar,
-                          int start, int end, char tc);
+                       int start, int end, char tc);
        ///
        static
        bool pasteSelection(LyXParagraph ** par, LyXParagraph ** endpar,
-                           int & pos, char tc);
+                        int & pos, char tc);
        ///
        static
        int nrOfParagraphs();
@@ -44,11 +43,11 @@ public:
        */
        static
        int SwitchLayoutsBetweenClasses(LyXTextClassList::size_type class1,
-                                       LyXTextClassList::size_type class2,
-                                       LyXParagraph * par);
+                                    LyXTextClassList::size_type class2,
+                                    LyXParagraph * par);
        ///
        static
-       bool checkPastePossible(LyXParagraph *, int pos);
+       bool checkPastePossible(LyXParagraph *);
 };
 
 #endif