diff options
Diffstat (limited to 'xmloff/source/text/txtfldi.cxx')
-rw-r--r-- | xmloff/source/text/txtfldi.cxx | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/xmloff/source/text/txtfldi.cxx b/xmloff/source/text/txtfldi.cxx index d975ef082632..31a331f20504 100644 --- a/xmloff/source/text/txtfldi.cxx +++ b/xmloff/source/text/txtfldi.cxx @@ -81,8 +81,8 @@ using namespace ::xmloff::token; // service prefix and service names -const char sAPI_textfield_prefix[] = "com.sun.star.text.TextField."; -const char sAPI_fieldmaster_prefix[] = "com.sun.star.text.FieldMaster."; +const char16_t sAPI_textfield_prefix[] = u"com.sun.star.text.TextField."; +const char16_t sAPI_fieldmaster_prefix[] = u"com.sun.star.text.FieldMaster."; const char sAPI_presentation_prefix[] = "com.sun.star.presentation.TextField."; const char sAPI_date_time[] = "DateTime"; @@ -535,7 +535,7 @@ void XMLTextFieldImportContext::ForceUpdate( // XMLSenderFieldImportContext -const OUStringLiteral gsPropertyFieldSubType("UserDataType"); +const OUStringLiteral gsPropertyFieldSubType(u"UserDataType"); XMLSenderFieldImportContext::XMLSenderFieldImportContext( SvXMLImport& rImport, XMLTextImportHelper& rHlp, @@ -654,7 +654,7 @@ void XMLSenderFieldImportContext::PrepareField( // XMLAuthorFieldImportContext -const OUStringLiteral gsPropertyAuthorFullName("FullName"); +const OUStringLiteral gsPropertyAuthorFullName(u"FullName"); XMLAuthorFieldImportContext::XMLAuthorFieldImportContext( SvXMLImport& rImport, XMLTextImportHelper& rHlp, @@ -727,7 +727,7 @@ SvXMLEnumMapEntry<PageNumberType> const lcl_aSelectPageAttrMap[] = { XML_TOKEN_INVALID, PageNumberType(0) }, }; -const OUStringLiteral gsPropertyUserText("UserText"); +const OUStringLiteral gsPropertyUserText(u"UserText"); XMLPageContinuationImportContext::XMLPageContinuationImportContext( SvXMLImport& rImport, XMLTextImportHelper& rHlp, sal_uInt16 nPrfx, @@ -878,8 +878,8 @@ void XMLPageNumberImportContext::PrepareField( // Placeholder -const OUStringLiteral gsPropertyPlaceholderType("PlaceHolderType"); -const OUStringLiteral gsPropertyPlaceholder("PlaceHolder"); +const OUStringLiteral gsPropertyPlaceholderType(u"PlaceHolderType"); +const OUStringLiteral gsPropertyPlaceholder(u"PlaceHolder"); XMLPlaceholderFieldImportContext::XMLPlaceholderFieldImportContext( SvXMLImport& rImport, XMLTextImportHelper& rHlp, @@ -960,7 +960,7 @@ void XMLPlaceholderFieldImportContext::PrepareField( // time field -const OUStringLiteral gsPropertyAdjust("Adjust"); +const OUStringLiteral gsPropertyAdjust(u"Adjust"); XMLTimeFieldImportContext::XMLTimeFieldImportContext( SvXMLImport& rImport, XMLTextImportHelper& rHlp, @@ -1136,11 +1136,11 @@ void XMLDateFieldImportContext::ProcessAttribute( // database field superclass -const OUStringLiteral gsPropertyDataBaseName("DataBaseName"); -const OUStringLiteral gsPropertyDataBaseURL("DataBaseURL"); -const OUStringLiteral gsPropertyTableName("DataTableName"); -const OUStringLiteral gsPropertyDataCommandType("DataCommandType"); -const OUStringLiteral gsPropertyIsVisible("IsVisible"); +const OUStringLiteral gsPropertyDataBaseName(u"DataBaseName"); +const OUStringLiteral gsPropertyDataBaseURL(u"DataBaseURL"); +const OUStringLiteral gsPropertyTableName(u"DataTableName"); +const OUStringLiteral gsPropertyDataCommandType(u"DataCommandType"); +const OUStringLiteral gsPropertyIsVisible(u"IsVisible"); XMLDatabaseFieldImportContext::XMLDatabaseFieldImportContext( SvXMLImport& rImport, XMLTextImportHelper& rHlp, @@ -1604,7 +1604,7 @@ const char* XMLSimpleDocInfoImportContext::MapTokenToServiceName( // revision field -const OUStringLiteral sPropertyRevision("Revision"); +const OUStringLiteral sPropertyRevision(u"Revision"); XMLRevisionDocInfoImportContext::XMLRevisionDocInfoImportContext( SvXMLImport& rImport, XMLTextImportHelper& rHlp, sal_uInt16 nPrfx, @@ -1874,9 +1874,9 @@ void XMLHiddenParagraphImportContext::PrepareField( // import conditional text (<text:conditional-text>) -const OUStringLiteral gsPropertyTrueContent("TrueContent"); -const OUStringLiteral gsPropertyFalseContent("FalseContent"); -const OUStringLiteral gsPropertyIsConditionTrue("IsConditionTrue"); +const OUStringLiteral gsPropertyTrueContent(u"TrueContent"); +const OUStringLiteral gsPropertyFalseContent(u"FalseContent"); +const OUStringLiteral gsPropertyIsConditionTrue(u"IsConditionTrue"); XMLConditionalTextImportContext::XMLConditionalTextImportContext( SvXMLImport& rImport, XMLTextImportHelper& rHlp, @@ -2159,8 +2159,8 @@ const SvXMLEnumMapEntry<sal_uInt16> aChapterDisplayMap[] = { XML_TOKEN_INVALID, 0 } }; -const OUStringLiteral gsPropertyChapterFormat("ChapterFormat"); -const OUStringLiteral gsPropertyLevel("Level"); +const OUStringLiteral gsPropertyChapterFormat(u"ChapterFormat"); +const OUStringLiteral gsPropertyLevel(u"Level"); XMLChapterImportContext::XMLChapterImportContext( SvXMLImport& rImport, XMLTextImportHelper& rHlp, |