]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.h
Various fixes to Tabular, InsetTabular and InsetText. Fixed left border for
[lyx.git] / src / CutAndPaste.h
index 3835d553fe8969e53c153679350a2ac275f55ed9..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,8 +43,8 @@ public:
        */
        static
        int SwitchLayoutsBetweenClasses(LyXTextClassList::size_type class1,
-                                       LyXTextClassList::size_type class2,
-                                       LyXParagraph * par);
+                                    LyXTextClassList::size_type class2,
+                                    LyXParagraph * par);
        ///
        static
        bool checkPastePossible(LyXParagraph *);