]> git.lyx.org Git - lyx.git/blobdiff - src/paper.h
Allows editing when the Prefs dialog is opened; fix bug 3140:
[lyx.git] / src / paper.h
index 85b35e3195c24844074dcf58c1d36b9ed25ef4ba..d892f920949c1d96ec70cd85537da3b209372d06 100644 (file)
 #ifndef PAPER_H
 #define PAPER_H
 
-///
-enum PAPER_PACKAGES {
-       ///
-       PACKAGE_NONE,
-       ///
-       PACKAGE_A4,
-       ///
-       PACKAGE_A4WIDE,
-       ///
-       PACKAGE_WIDEMARGINSA4
-};
+namespace lyx {
 
 ///
 enum PAPER_SIZE {
@@ -60,4 +50,8 @@ enum PAPER_ORIENTATION {
        ///
        ORIENTATION_LANDSCAPE
 };
+
+} // namespace lyx
+
+
 #endif