X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FPrinterParams.h;h=042a083d0f10f0368e9957479ceeac713a02b0cb;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=c31ec1a7418f41bc5d5296347db762050dd00402;hpb=c9f9ba315c8e475ad47c64fef6c9c755dea3d55c;p=lyx.git diff --git a/src/PrinterParams.h b/src/PrinterParams.h index c31ec1a741..042a083d0f 100644 --- a/src/PrinterParams.h +++ b/src/PrinterParams.h @@ -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