summaryrefslogtreecommitdiff
path: root/svtools/source/filter/DocumentToGraphicRenderer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/filter/DocumentToGraphicRenderer.cxx')
-rw-r--r--svtools/source/filter/DocumentToGraphicRenderer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/filter/DocumentToGraphicRenderer.cxx b/svtools/source/filter/DocumentToGraphicRenderer.cxx
index 4d1e72f9ff94..a94b8febf3dd 100644
--- a/svtools/source/filter/DocumentToGraphicRenderer.cxx
+++ b/svtools/source/filter/DocumentToGraphicRenderer.cxx
@@ -53,7 +53,7 @@ DocumentToGraphicRenderer::~DocumentToGraphicRenderer()
Size DocumentToGraphicRenderer::getDocumentSizeInPixels(sal_Int32 aCurrentPage)
{
Size aSize100mm = getDocumentSizeIn100mm(aCurrentPage);
- return Size( Application::GetDefaultDevice()->LogicToPixel( aSize100mm, MapUnit::Map100thMM ) );
+ return Application::GetDefaultDevice()->LogicToPixel( aSize100mm, MapUnit::Map100thMM );
}
Size DocumentToGraphicRenderer::getDocumentSizeIn100mm(sal_Int32 aCurrentPage)