summaryrefslogtreecommitdiff
path: root/framework/inc/acceleratorconst.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/acceleratorconst.h')
-rw-r--r--framework/inc/acceleratorconst.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/inc/acceleratorconst.h b/framework/inc/acceleratorconst.h
index e75b5be04b02..667dc06c07e8 100644
--- a/framework/inc/acceleratorconst.h
+++ b/framework/inc/acceleratorconst.h
@@ -19,13 +19,13 @@
#pragma once
-namespace framework{
+#include <rtl/ustring.hxx>
-#define ATTRIBUTE_TYPE_CDATA "CDATA"
+namespace framework{
// same items with a name space alias
-#define AL_ELEMENT_ACCELERATORLIST "accel:acceleratorlist"
-#define AL_ELEMENT_ITEM "accel:item"
+inline constexpr OUString AL_ELEMENT_ACCELERATORLIST = u"accel:acceleratorlist"_ustr;
+inline constexpr OUString AL_ELEMENT_ITEM = u"accel:item"_ustr;
} // namespace framework