summaryrefslogtreecommitdiff
path: root/basic/source/app/printer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/app/printer.hxx')
-rw-r--r--basic/source/app/printer.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/basic/source/app/printer.hxx b/basic/source/app/printer.hxx
index b884a642e76f..c6b8c8e3901d 100644
--- a/basic/source/app/printer.hxx
+++ b/basic/source/app/printer.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -36,14 +36,14 @@ class BasicPrinter
{
boost::shared_ptr<Printer> mpPrinter;
boost::shared_ptr<vcl::OldStylePrintAdaptor> mpListener;
+
+ short nLine; // current row
+ short nPage; // current page
+ short nLines; // lines per page
+ short nYoff; // line spacing in points
+ String aFile; // file name
- short nLine; // current row
- short nPage; // current page
- short nLines; // lines per page
- short nYoff; // line spacing in points
- String aFile; // file name
-
- void Header(); // print page header
+ void Header(); // print page header
void StartPage();
public:
BasicPrinter();