summaryrefslogtreecommitdiff
path: root/xmloff/source/script
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/script')
-rw-r--r--xmloff/source/script/XMLEventExport.cxx2
-rw-r--r--xmloff/source/script/XMLScriptContextFactory.cxx6
-rw-r--r--xmloff/source/script/XMLScriptExportHandler.cxx2
-rw-r--r--xmloff/source/script/XMLStarBasicContextFactory.cxx8
-rw-r--r--xmloff/source/script/XMLStarBasicExportHandler.cxx10
5 files changed, 14 insertions, 14 deletions
diff --git a/xmloff/source/script/XMLEventExport.cxx b/xmloff/source/script/XMLEventExport.cxx
index f8c4cf9b24be..7d45be7fffd8 100644
--- a/xmloff/source/script/XMLEventExport.cxx
+++ b/xmloff/source/script/XMLEventExport.cxx
@@ -40,7 +40,7 @@ using ::com::sun::star::container::XNameReplace;
using ::com::sun::star::container::XNameAccess;
using ::xmloff::token::XML_EVENT_LISTENERS;
-const OUStringLiteral gsEventType("EventType");
+const OUStringLiteral gsEventType(u"EventType");
XMLEventExport::XMLEventExport(SvXMLExport& rExp) :
rExport(rExp),
diff --git a/xmloff/source/script/XMLScriptContextFactory.cxx b/xmloff/source/script/XMLScriptContextFactory.cxx
index 730ab2dae810..9dfb704c71f1 100644
--- a/xmloff/source/script/XMLScriptContextFactory.cxx
+++ b/xmloff/source/script/XMLScriptContextFactory.cxx
@@ -32,9 +32,9 @@ using ::com::sun::star::beans::PropertyValue;
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::Sequence;
-const OUStringLiteral gsEventType("EventType");
-const OUStringLiteral gsScript("Script");
-const OUStringLiteral gsURL("Script");
+const OUStringLiteral gsEventType(u"EventType");
+const OUStringLiteral gsScript(u"Script");
+const OUStringLiteral gsURL(u"Script");
XMLScriptContextFactory::XMLScriptContextFactory()
{
diff --git a/xmloff/source/script/XMLScriptExportHandler.cxx b/xmloff/source/script/XMLScriptExportHandler.cxx
index 1255b937576e..af7cb2ec976b 100644
--- a/xmloff/source/script/XMLScriptExportHandler.cxx
+++ b/xmloff/source/script/XMLScriptExportHandler.cxx
@@ -31,7 +31,7 @@ using namespace ::xmloff::token;
using ::com::sun::star::beans::PropertyValue;
-const OUStringLiteral gsURL("Script");
+const OUStringLiteral gsURL(u"Script");
XMLScriptExportHandler::XMLScriptExportHandler()
{
diff --git a/xmloff/source/script/XMLStarBasicContextFactory.cxx b/xmloff/source/script/XMLStarBasicContextFactory.cxx
index 00bcd9f62eb1..739fe5afad52 100644
--- a/xmloff/source/script/XMLStarBasicContextFactory.cxx
+++ b/xmloff/source/script/XMLStarBasicContextFactory.cxx
@@ -33,10 +33,10 @@ using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::Sequence;
-const OUStringLiteral gsEventType("EventType");
-const OUStringLiteral gsLibrary("Library");
-const OUStringLiteral gsMacroName("MacroName");
-const OUStringLiteral gsStarBasic("StarBasic");
+const OUStringLiteral gsEventType(u"EventType");
+const OUStringLiteral gsLibrary(u"Library");
+const OUStringLiteral gsMacroName(u"MacroName");
+const OUStringLiteral gsStarBasic(u"StarBasic");
XMLStarBasicContextFactory::XMLStarBasicContextFactory()
{
diff --git a/xmloff/source/script/XMLStarBasicExportHandler.cxx b/xmloff/source/script/XMLStarBasicExportHandler.cxx
index 86cc5494e148..e61b3f8f8ebb 100644
--- a/xmloff/source/script/XMLStarBasicExportHandler.cxx
+++ b/xmloff/source/script/XMLStarBasicExportHandler.cxx
@@ -32,11 +32,11 @@ using namespace ::xmloff::token;
using ::com::sun::star::beans::PropertyValue;
-const OUStringLiteral gsStarBasic("StarBasic");
-const OUStringLiteral gsLibrary("Library");
-const OUStringLiteral gsMacroName("MacroName");
-const OUStringLiteral gsStarOffice("StarOffice");
-const OUStringLiteral gsApplication("application");
+const OUStringLiteral gsStarBasic(u"StarBasic");
+const OUStringLiteral gsLibrary(u"Library");
+const OUStringLiteral gsMacroName(u"MacroName");
+const OUStringLiteral gsStarOffice(u"StarOffice");
+const OUStringLiteral gsApplication(u"application");
XMLStarBasicExportHandler::XMLStarBasicExportHandler()
{