summaryrefslogtreecommitdiff
path: root/include/editeng/adjustitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/adjustitem.hxx')
-rw-r--r--include/editeng/adjustitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/adjustitem.hxx b/include/editeng/adjustitem.hxx
index 5075901273ba..e2793907736c 100644
--- a/include/editeng/adjustitem.hxx
+++ b/include/editeng/adjustitem.hxx
@@ -30,7 +30,7 @@
[Description]
This item describes the row orientation.
*/
-#define ADJUST_LASTBLOCK_VERSION (sal_uInt16(0x0001))
+constexpr sal_uInt16 ADJUST_LASTBLOCK_VERSION = 0x0001;
class EDITENG_DLLPUBLIC SvxAdjustItem final : public SfxEnumItemInterface
{