]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.h
copy some code over to allow work to start on prefs
[lyx.git] / src / CutAndPaste.h
index 32f9a767bf44d0c3f833d67e216e84f458aac35d..88a275fd37c619257c61ef9ac5e9f1c50a9ac36e 100644 (file)
@@ -1,9 +1,9 @@
 // -*- C++ -*-
 /* This file is part of
- * ====================================================== 
- * 
+ * ======================================================
+ *
  *           LyX, The Document Processor
- *      
+ *
  *           Copyright 1995-2001 the LyX Team.
  *
  * ====================================================== */
@@ -19,6 +19,7 @@
 
 class Paragraph;
 class BufferParams;
+class LyXTextClass;
 
 ///
 class CutAndPaste {
@@ -40,13 +41,13 @@ public:
        static
        int nrOfParagraphs();
        /** needed to switch between different classes this works
-           for a list of paragraphs beginning with the specified par 
+           for a list of paragraphs beginning with the specified par
            return value is the number of wrong conversions
        */
        static
-       int SwitchLayoutsBetweenClasses(lyx::textclass_type class1,
-                                       lyx::textclass_type class2,
-                                       Paragraph * par,
+       int SwitchLayoutsBetweenClasses(lyx::textclass_type c1,
+                                       lyx::textclass_type c2,
+                                       Paragraph * par,
                                        BufferParams const & bparams);
        ///
        static