]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.h
remove unused code
[lyx.git] / src / CutAndPaste.h
index 4874d1b17d38296808cbde5ecb6898cd27d67dba..88a275fd37c619257c61ef9ac5e9f1c50a9ac36e 100644 (file)
@@ -19,6 +19,7 @@
 
 class Paragraph;
 class BufferParams;
+class LyXTextClass;
 
 ///
 class CutAndPaste {
@@ -44,8 +45,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);
        ///