diff options
Diffstat (limited to 'svx/source/gallery2/galctrl.cxx')
-rw-r--r-- | svx/source/gallery2/galctrl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/gallery2/galctrl.cxx b/svx/source/gallery2/galctrl.cxx index 0c156cd165d5..b711cbe21244 100644 --- a/svx/source/gallery2/galctrl.cxx +++ b/svx/source/gallery2/galctrl.cxx @@ -54,7 +54,7 @@ VCL_BUILDER_FACTORY_CONSTRUCTOR(GalleryPreview, WB_TABSTOP) Size GalleryPreview::GetOptimalSize() const { - return LogicToPixel(Size(70, 88), MapUnit::MapAppFont); + return LogicToPixel(Size(70, 88), MapMode(MapUnit::MapAppFont)); } bool GalleryPreview::SetGraphic( const INetURLObject& _aURL ) |