summaryrefslogtreecommitdiff
path: root/include/editeng/fhgtitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/fhgtitem.hxx')
-rw-r--r--include/editeng/fhgtitem.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/fhgtitem.hxx b/include/editeng/fhgtitem.hxx
index fd636afa54ee..2bd3f583d293 100644
--- a/include/editeng/fhgtitem.hxx
+++ b/include/editeng/fhgtitem.hxx
@@ -33,8 +33,8 @@
This item describes the font height
*/
-#define FONTHEIGHT_16_VERSION (sal_uInt16(0x0001))
-#define FONTHEIGHT_UNIT_VERSION (sal_uInt16(0x0002))
+constexpr sal_uInt16 FONTHEIGHT_16_VERSION = 0x0001;
+constexpr sal_uInt16 FONTHEIGHT_UNIT_VERSION = 0x0002;
class EDITENG_DLLPUBLIC SvxFontHeightItem final : public SfxPoolItem
{