summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/colrctrl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/tbxctrls/colrctrl.cxx')
-rw-r--r--svx/source/tbxctrls/colrctrl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/tbxctrls/colrctrl.cxx b/svx/source/tbxctrls/colrctrl.cxx
index 61ecfa9f7ece..72b3ccbe0d57 100644
--- a/svx/source/tbxctrls/colrctrl.cxx
+++ b/svx/source/tbxctrls/colrctrl.cxx
@@ -190,13 +190,13 @@ SvxColorDockingWindow::SvxColorDockingWindow
nCount ( 0 )
{
SetText(SVX_RESSTR(STR_COLORTABLE));
- SetSizePixel(LogicToPixel(Size(150, 22), MapMode(MAP_APPFONT)));
+ SetSizePixel(LogicToPixel(Size(150, 22), MapMode(MapUnit::MapAppFont)));
SetHelpId(HID_CTRL_COLOR);
aColorSet->SetSelectHdl( LINK( this, SvxColorDockingWindow, SelectHdl ) );
aColorSet->SetHelpId(HID_COLOR_CTL_COLORS);
- aColorSet->SetPosSizePixel(LogicToPixel(Point(2, 2), MapMode(MAP_APPFONT)),
- LogicToPixel(Size(146, 18), MapMode(MAP_APPFONT)));
+ aColorSet->SetPosSizePixel(LogicToPixel(Point(2, 2), MapMode(MapUnit::MapAppFont)),
+ LogicToPixel(Size(146, 18), MapMode(MapUnit::MapAppFont)));
// Get the model from the view shell. Using SfxObjectShell::Current()
// is unreliable when called at the wrong times.