]> git.lyx.org Git - lyx.git/blobdiff - src/support/types.h
add FileName::renameTo() method.
[lyx.git] / src / support / types.h
index cd46fcf62cb719d9f4a382a8987869c9d819f6de..206d2818b15672ca82067794227c4cf2fbde2ed4 100644 (file)
@@ -28,7 +28,7 @@ namespace lyx {
        /// a type for paragraph offsets
        // FIXME: should be unsigned as well.
        // however, simply changing it breaks a downward loop somewhere...
-       typedef ptrdiff_t  par_type;
+       typedef ptrdiff_t  pit_type;
 
        /// a type for the nesting depth of a paragraph
        typedef size_t     depth_type;
@@ -90,6 +90,14 @@ namespace lyx {
                NEXT_WORD
        };
 
+       ///
+       enum PageSides {
+               ///
+               OneSide,
+               ///
+               TwoSides
+       };
+
 } // namespace lyx
 
 #endif // LYX_TYPES_H