summaryrefslogtreecommitdiff
path: root/svx/source/dialog/dlgctl3d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/dlgctl3d.cxx')
-rw-r--r--svx/source/dialog/dlgctl3d.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/dlgctl3d.cxx b/svx/source/dialog/dlgctl3d.cxx
index 67bbd780c1db..84b5a5029c7e 100644
--- a/svx/source/dialog/dlgctl3d.cxx
+++ b/svx/source/dialog/dlgctl3d.cxx
@@ -59,7 +59,7 @@ Svx3DPreviewControl::Svx3DPreviewControl(vcl::Window* pParent, WinBits nStyle)
Size Svx3DPreviewControl::GetOptimalSize() const
{
- return LogicToPixel(Size(80, 100), MAP_APPFONT);
+ return LogicToPixel(Size(80, 100), MapUnit::MapAppFont);
}
VCL_BUILDER_FACTORY(Svx3DPreviewControl)
@@ -81,7 +81,7 @@ void Svx3DPreviewControl::Construct()
// Do never mirror the preview window. This explicitly includes right
// to left writing environments.
EnableRTL (false);
- SetMapMode( MAP_100TH_MM );
+ SetMapMode( MapUnit::Map100thMM );
// Model
mpModel = new FmFormModel();
@@ -952,7 +952,7 @@ SvxLightCtl3D::SvxLightCtl3D( vcl::Window* pParent)
Size SvxLightCtl3D::GetOptimalSize() const
{
- return LogicToPixel(Size(80, 100), MAP_APPFONT);
+ return LogicToPixel(Size(80, 100), MapUnit::MapAppFont);
}
VCL_BUILDER_FACTORY(SvxLightCtl3D)