summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/bulletsnumbering.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/tbxctrls/bulletsnumbering.cxx')
-rw-r--r--svx/source/tbxctrls/bulletsnumbering.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/tbxctrls/bulletsnumbering.cxx b/svx/source/tbxctrls/bulletsnumbering.cxx
index 847d4022276d..9ac5972e3f4d 100644
--- a/svx/source/tbxctrls/bulletsnumbering.cxx
+++ b/svx/source/tbxctrls/bulletsnumbering.cxx
@@ -103,7 +103,7 @@ NumberingPopup::NumberingPopup( NumberingToolBoxControl& rController,
}
}
- Size aItemSize( LogicToPixel( Size( 30, 42 ), MAP_APPFONT ) );
+ Size aItemSize( LogicToPixel( Size( 30, 42 ), MapUnit::MapAppFont ) );
mpValueSet->SetExtraSpacing( 2 );
mpValueSet->SetOutputSizePixel( mpValueSet->CalcWindowSizePixel( aItemSize ) );
mpValueSet->SetColor( GetSettings().GetStyleSettings().GetFieldColor() );
span title='2017-03-02 12:34:21 +0000'>2017-03-02Fix typosAndrea Gelmini 2016-08-29schema: copy of v1.3 schema to collect LO extensionsThorsten Behrens 2016-08-28add ODF schema files to core repoThorsten Behrens