]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.h
Collapse all those LFUN_XYZ_APPLY to a single LFUN_INSET_APPLY.
[lyx.git] / src / CutAndPaste.h
index 88a275fd37c619257c61ef9ac5e9f1c50a9ac36e..49fa5e2e6f2051dc46be061cadc3b3c35a1b7ac3 100644 (file)
 #ifndef CUTANDPASTE_H
 #define CUTANDPASTE_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "support/types.h"
 
 class Paragraph;
@@ -24,7 +20,7 @@ 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,