summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/oldprintadaptor.cxx
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2009-06-12 16:44:24 +0000
committerPhilipp Lohmann <pl@openoffice.org>2009-06-12 16:44:24 +0000
commit0c7e5dafaf360b1fac76c26c0a95cb0322c3c341 (patch)
treeb19772a4ef6a643ca66dc4e6d154d64879b7861d /vcl/source/gdi/oldprintadaptor.cxx
parentbf2e454176da56effb2161ce5fa2d7267b07fc19 (diff)
fix a warning
Diffstat (limited to 'vcl/source/gdi/oldprintadaptor.cxx')
-rw-r--r--vcl/source/gdi/oldprintadaptor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/oldprintadaptor.cxx b/vcl/source/gdi/oldprintadaptor.cxx
index 3ff6ce27c4d4..a83a5cbc0a09 100644
--- a/vcl/source/gdi/oldprintadaptor.cxx
+++ b/vcl/source/gdi/oldprintadaptor.cxx
@@ -44,7 +44,7 @@ namespace vcl
{
std::vector< AdaptorPage > maPages;
};
-};
+}
using namespace vcl;
using namespace cppu;