]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormPrint.C
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / FormPrint.C
index ed0c11debb6f9d6f20f068bfe54606fd77b08199..3da4346df45949b5073fc7bb2fee25b7f4fb95e2 100644 (file)
@@ -6,28 +6,33 @@
  * \author Allan Rae
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 
-#include "xformsBC.h"
-#include "ControlPrint.h"
 #include "FormPrint.h"
+#include "ControlPrint.h"
 #include "forms/form_print.h"
+
+#include "input_validators.h"
 #include "Tooltips.h"
+#include "xforms_helpers.h"
+#include "xformsBC.h"
 
 #include "PrinterParams.h"
 
-#include "input_validators.h"
-#include "xforms_helpers.h"
+#include "support/lstrings.h"
+#include "support/tostr.h"
 
 #include "lyx_forms.h"
-#include "support/tostr.h"
 
+using lyx::support::strToInt;
+
+using std::string;
 
-typedef FormCB<ControlPrint, FormDB<FD_print> > base_class;
 
+typedef FormCB<ControlPrint, FormDB<FD_print> > base_class;
 
 FormPrint::FormPrint()
        : base_class(_("Print Document"))