summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drviews9.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/drviews9.cxx')
-rw-r--r--sd/source/ui/view/drviews9.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/drviews9.cxx b/sd/source/ui/view/drviews9.cxx
index 6b3b0606b5ca..25899a943c03 100644
--- a/sd/source/ui/view/drviews9.cxx
+++ b/sd/source/ui/view/drviews9.cxx
@@ -91,7 +91,7 @@ void DrawViewShell::ExecGallery(SfxRequest& rReq)
ScopedVclPtrInstance< Window > aWindow(GetActiveWindow());
aWindow->SetMapMode(aGraphic.GetPrefMapMode());
Size aSizePix = aWindow->LogicToPixel(aGraphic.GetPrefSize());
- aWindow->SetMapMode( MapMode(MAP_100TH_MM) );
+ aWindow->SetMapMode( MapMode(MapUnit::Map100thMM) );
Size aSize = aWindow->PixelToLogic(aSizePix);
// constrain size to page size if necessary