]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.h
Angus insetindex patch + protect patch from Dekel
[lyx.git] / src / CutAndPaste.h
index 3f7fece80708824279b642b1904b2704af91dea2..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);
@@ -41,14 +42,7 @@ public:
                                        LyXTextClassList::size_type class2,
                                        LyXParagraph * par);
        ///
-       LyXTextClassList::size_type getBufferTextClass() const;
-       ///
        bool checkPastePossible(LyXParagraph *, int pos) const;
-private:
-       ///
-       void DeleteBuffer();
-       ///
-       LyXTextClassList::size_type textclass;
 };
 
 #endif