]> git.lyx.org Git - lyx.git/blobdiff - src/PrinterParams.h
* src/insets/insetbase.h
[lyx.git] / src / PrinterParams.h
index c31ec1a7418f41bc5d5296347db762050dd00402..042a083d0f10f0368e9957479ceeac713a02b0cb 100644 (file)
@@ -14,6 +14,9 @@
 
 #include "lyxrc.h"
 
+
+namespace lyx {
+
 /**
   This class contains (or should contain) all the parameters required for
   printing a buffer.  Some work still needs to be done on this class and
@@ -70,9 +73,8 @@ public:
        // bool duplex;
 
        /** Test that all the fields contain valid entries.  It's unlikely
-           that the internal code will get this wrong (at least for the
-           xforms code anyway) however new ports and external scripts
-           might drive the wrong values in.
+           that the internal code will get this wrong however new ports 
+           and external scripts might drive the wrong values in.
         */
        void testInvariant() const;
        ///
@@ -91,4 +93,7 @@ public:
        PrinterParams(PrinterParams const & pp);
 };
 
+
+} // namespace lyx
+
 #endif