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.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/source/gdi/oldprintadaptor.cxx b/vcl/source/gdi/oldprintadaptor.cxx
index ad5cb8279dad..05a6f9bbee2e 100644
--- a/vcl/source/gdi/oldprintadaptor.cxx
+++ b/vcl/source/gdi/oldprintadaptor.cxx
@@ -32,12 +32,16 @@ using namespace com::sun::star::beans;
namespace vcl
{
+ namespace {
+
struct AdaptorPage
{
GDIMetaFile maPage;
css::awt::Size maPageSize;
};
+ }
+
struct ImplOldStyleAdaptorData
{
std::vector< AdaptorPage > maPages;