summaryrefslogtreecommitdiff
path: root/svx/source/dialog/imapwnd.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/imapwnd.cxx')
-rw-r--r--svx/source/dialog/imapwnd.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/imapwnd.cxx b/svx/source/dialog/imapwnd.cxx
index 5d8147b1d01e..f0c8b0d01868 100644
--- a/svx/source/dialog/imapwnd.cxx
+++ b/svx/source/dialog/imapwnd.cxx
@@ -84,7 +84,7 @@ void IMapWindow::dispose()
Size IMapWindow::GetOptimalSize() const
{
- return LogicToPixel(Size(270, 170), MAP_APPFONT);
+ return LogicToPixel(Size(270, 170), MapUnit::MapAppFont);
}
void IMapWindow::SetImageMap( const ImageMap& rImageMap )