summaryrefslogtreecommitdiffstats
path: root/sd/source/filter/html/buttonset.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter/html/buttonset.cxx')
-rw-r--r--sd/source/filter/html/buttonset.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/html/buttonset.cxx b/sd/source/filter/html/buttonset.cxx
index 1eed38115361..2aff0cd214b4 100644
--- a/sd/source/filter/html/buttonset.cxx
+++ b/sd/source/filter/html/buttonset.cxx
@@ -197,7 +197,7 @@ bool ButtonSetImpl::getPreview( int nSet, const std::vector< OUString >& rButton
std::vector< Graphic > aGraphics;
ScopedVclPtrInstance< VirtualDevice > pDev;
- pDev->SetMapMode(MapMode(MAP_PIXEL));
+ pDev->SetMapMode(MapMode(MapUnit::MapPixel));
Size aSize;
std::vector< OUString >::const_iterator aIter( rButtons.begin() );