summaryrefslogtreecommitdiff
path: root/svx/source/sdr/primitive2d/sdrolecontentprimitive2d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sdr/primitive2d/sdrolecontentprimitive2d.cxx')
-rw-r--r--svx/source/sdr/primitive2d/sdrolecontentprimitive2d.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/sdr/primitive2d/sdrolecontentprimitive2d.cxx b/svx/source/sdr/primitive2d/sdrolecontentprimitive2d.cxx
index 276f68d98452..a4fa9e4f3419 100644
--- a/svx/source/sdr/primitive2d/sdrolecontentprimitive2d.cxx
+++ b/svx/source/sdr/primitive2d/sdrolecontentprimitive2d.cxx
@@ -73,13 +73,13 @@ namespace drawinglayer
// get PrefSize from the graphic in 100th mm
Size aPrefSize(aGraphic.GetPrefSize());
- if(MAP_PIXEL == aGraphic.GetPrefMapMode().GetMapUnit())
+ if(MapUnit::MapPixel == aGraphic.GetPrefMapMode().GetMapUnit())
{
- aPrefSize = Application::GetDefaultDevice()->PixelToLogic(aPrefSize, MAP_100TH_MM);
+ aPrefSize = Application::GetDefaultDevice()->PixelToLogic(aPrefSize, MapUnit::Map100thMM);
}
else
{
- aPrefSize = OutputDevice::LogicToLogic(aPrefSize, aGraphic.GetPrefMapMode(), MAP_100TH_MM);
+ aPrefSize = OutputDevice::LogicToLogic(aPrefSize, aGraphic.GetPrefMapMode(), MapUnit::Map100thMM);
}
const double fOffsetX((aScale.getX() - aPrefSize.getWidth()) / 2.0);