diff options
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/uno/unoevent.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/uno/unoevent.cxx b/svtools/source/uno/unoevent.cxx index 3ec1408ebfe5..873ef4132300 100644 --- a/svtools/source/uno/unoevent.cxx +++ b/svtools/source/uno/unoevent.cxx @@ -34,9 +34,9 @@ using css::beans::PropertyValue; constexpr OUStringLiteral sAPI_ServiceName = u"com.sun.star.container.XNameReplace"; -const char sEventType[] = "EventType"; -const char sMacroName[] = "MacroName"; -const char sLibrary[] = "Library"; +constexpr OUStringLiteral sEventType = u"EventType"; +constexpr OUStringLiteral sMacroName = u"MacroName"; +constexpr OUStringLiteral sLibrary = u"Library"; constexpr OUStringLiteral sStarBasic = u"StarBasic"; constexpr OUStringLiteral sScript = u"Script"; constexpr OUStringLiteral sNone = u"None"; |