]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.h
oops again! hopefully this works now. Time to go to bed
[lyx.git] / src / CutAndPaste.h
index 4874d1b17d38296808cbde5ecb6898cd27d67dba..49fa5e2e6f2051dc46be061cadc3b3c35a1b7ac3 100644 (file)
 #ifndef CUTANDPASTE_H
 #define CUTANDPASTE_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "support/types.h"
 
 class Paragraph;
 class BufferParams;
+class LyXTextClass;
 
 ///
 class CutAndPaste {
 public:
-       ///
+       /// realcut == false is we actually want a delete
        static
        bool cutSelection(Paragraph * startpar, Paragraph ** endpar,
                          int start, int & end, char tc, bool doclear = false,
@@ -44,8 +41,8 @@ public:
            return value is the number of wrong conversions
        */
        static
-       int SwitchLayoutsBetweenClasses(lyx::textclass_type class1,
-                                       lyx::textclass_type class2,
+       int SwitchLayoutsBetweenClasses(lyx::textclass_type c1,
+                                       lyx::textclass_type c2,
                                        Paragraph * par,
                                        BufferParams const & bparams);
        ///