]> git.lyx.org Git - lyx.git/blobdiff - src/paper.h
Fix event loop to no longer eat CPU
[lyx.git] / src / paper.h
index 07c2f524da8089cee7cfa18ef8f5b84aade54a03..bed07f9bbdd7ec44a8bf55d2179864ee33439f33 100644 (file)
@@ -1,76 +1,44 @@
 // -*- C++ -*-
 /**
- *  \file paper.h
+ * \file paper.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- *  \author Jean-Marc Lasgouttes
+ * \author Jean-Marc Lasgouttes
  *
- *  Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  *
- *  A trivial header file to hold paper-related enums. It should later
- *  expand to contain many paper-related horrors access.
+ * A trivial header file to hold paper-related enums. It should later
+ * expand to contain many paper-related horrors access.
  */
 
 #ifndef PAPER_H
 #define PAPER_H
 
- ///
- enum PAPER_SIZE {
-        ///
-        PAPER_DEFAULT,
-        ///
-        PAPER_USLETTER,
-        ///
-        PAPER_LEGALPAPER,
-        ///
-        PAPER_EXECUTIVEPAPER,
-        ///
-        PAPER_A3PAPER,
-        ///
-        PAPER_A4PAPER,
-        ///
-        PAPER_A5PAPER,
-        ///
-        PAPER_B5PAPER
- };
-
-///
-enum PAPER_PACKAGES {
-       ///
-       PACKAGE_NONE,
-       ///
-       PACKAGE_A4,
-       ///
-       PACKAGE_A4WIDE,
-       ///
-       PACKAGE_WIDEMARGINSA4
-};
-
 ///
-enum VMARGIN_PAPER_TYPE {
+enum PAPER_SIZE {
        ///
-       VM_PAPER_DEFAULT,
+       PAPER_DEFAULT,
        ///
-       VM_PAPER_CUSTOM,
+       PAPER_CUSTOM,
        ///
-       VM_PAPER_USLETTER,
+       PAPER_USLETTER,
        ///
-       VM_PAPER_USLEGAL,
+       PAPER_USLEGAL,
        ///
-       VM_PAPER_USEXECUTIVE,
+       PAPER_USEXECUTIVE,
        ///
-       VM_PAPER_A3,
+       PAPER_A3,
        ///
-       VM_PAPER_A4,
+       PAPER_A4,
        ///
-       VM_PAPER_A5,
+       PAPER_A5,
        ///
-       VM_PAPER_B3,
+       PAPER_B3,
        ///
-       VM_PAPER_B4,
+       PAPER_B4,
        ///
-       VM_PAPER_B5
+       PAPER_B5
 };
 
 ///