summaryrefslogtreecommitdiff
path: root/svx/source/dialog/contwnd.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/contwnd.cxx')
-rw-r--r--svx/source/dialog/contwnd.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/contwnd.cxx b/svx/source/dialog/contwnd.cxx
index e0faf2d196e0..c258847ec408 100644
--- a/svx/source/dialog/contwnd.cxx
+++ b/svx/source/dialog/contwnd.cxx
@@ -252,7 +252,7 @@ void ContourWindow::Paint(vcl::RenderContext& rRenderContext, const Rectangle& r
Size ContourWindow::GetOptimalSize() const
{
- return LogicToPixel(Size(270, 170), MAP_APPFONT);
+ return LogicToPixel(Size(270, 170), MapUnit::MapAppFont);
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */