diff options
author | Philipp Lohmann <pl@openoffice.org> | 2009-06-12 16:44:24 +0000 |
---|---|---|
committer | Philipp Lohmann <pl@openoffice.org> | 2009-06-12 16:44:24 +0000 |
commit | 0c7e5dafaf360b1fac76c26c0a95cb0322c3c341 (patch) | |
tree | b19772a4ef6a643ca66dc4e6d154d64879b7861d /vcl/source/gdi/oldprintadaptor.cxx | |
parent | bf2e454176da56effb2161ce5fa2d7267b07fc19 (diff) |
fix a warning
Diffstat (limited to 'vcl/source/gdi/oldprintadaptor.cxx')
-rw-r--r-- | vcl/source/gdi/oldprintadaptor.cxx | 2 |
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; |