summaryrefslogtreecommitdiff
path: root/include/tools/mapunit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/mapunit.hxx')
-rw-r--r--include/tools/mapunit.hxx15
1 files changed, 11 insertions, 4 deletions
diff --git a/include/tools/mapunit.hxx b/include/tools/mapunit.hxx
index 660db9183e6f..334e2f5202bf 100644
--- a/include/tools/mapunit.hxx
+++ b/include/tools/mapunit.hxx
@@ -22,10 +22,17 @@
#include <sal/types.h>
-enum MapUnit { MAP_100TH_MM, MAP_10TH_MM, MAP_MM, MAP_CM,
- MAP_1000TH_INCH, MAP_100TH_INCH, MAP_10TH_INCH, MAP_INCH,
- MAP_POINT, MAP_TWIP, MAP_PIXEL, MAP_SYSFONT, MAP_APPFONT,
- MAP_RELATIVE, MAP_LASTENUMDUMMY };
+enum class MapUnit
+{
+ Map100thMM, Map10thMM, MapMM, MapCM,
+ Map1000thInch, Map100thInch, Map10thInch, MapInch,
+ MapPoint, MapTwip,
+ MapPixel,
+ MapSysFont, MapAppFont,
+ MapRelative,
+ LAST = MapRelative,
+ LASTENUMDUMMY // used as an error return
+};
inline sal_Int64 convertTwipToMm100(sal_Int64 n)
{