summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/oldprintadaptor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/gdi/oldprintadaptor.cxx')
-rw-r--r--vcl/source/gdi/oldprintadaptor.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/vcl/source/gdi/oldprintadaptor.cxx b/vcl/source/gdi/oldprintadaptor.cxx
index 46485b9ebde1..ef4250555ffa 100644
--- a/vcl/source/gdi/oldprintadaptor.cxx
+++ b/vcl/source/gdi/oldprintadaptor.cxx
@@ -24,12 +24,18 @@
#include <vector>
+using namespace vcl;
+using namespace cppu;
+using namespace com::sun::star;
+using namespace com::sun::star::uno;
+using namespace com::sun::star::beans;
+
namespace vcl
{
struct AdaptorPage
{
- GDIMetaFile maPage;
- com::sun::star::awt::Size maPageSize;
+ GDIMetaFile maPage;
+ css::awt::Size maPageSize;
};
struct ImplOldStyleAdaptorData
@@ -38,12 +44,6 @@ namespace vcl
};
}
-using namespace vcl;
-using namespace cppu;
-using namespace com::sun::star;
-using namespace com::sun::star::uno;
-using namespace com::sun::star::beans;
-
OldStylePrintAdaptor::OldStylePrintAdaptor( const VclPtr< Printer >& i_xPrinter )
: PrinterController( i_xPrinter )
, mpData( new ImplOldStyleAdaptorData() )