summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx')
-rw-r--r--xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx b/xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx
index c9937f562e6a..cdbba6bd863c 100644
--- a/xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx
+++ b/xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx
@@ -45,16 +45,16 @@ using ::com::sun::star::beans::XPropertySet;
using ::com::sun::star::lang::XMultiServiceFactory;
-const OUStringLiteral gsFieldMaster_Bibliography("com.sun.star.text.FieldMaster.Bibliography");
-const OUStringLiteral gsBracketBefore("BracketBefore");
-const OUStringLiteral gsBracketAfter("BracketAfter");
-const OUStringLiteral gsIsNumberEntries("IsNumberEntries");
-const OUStringLiteral gsIsSortByPosition("IsSortByPosition");
-const OUStringLiteral gsSortKeys("SortKeys");
-const OUStringLiteral gsSortKey("SortKey");
-const OUStringLiteral gsIsSortAscending("IsSortAscending");
-const OUStringLiteral gsSortAlgorithm("SortAlgorithm");
-const OUStringLiteral gsLocale("Locale");
+const OUStringLiteral gsFieldMaster_Bibliography(u"com.sun.star.text.FieldMaster.Bibliography");
+const OUStringLiteral gsBracketBefore(u"BracketBefore");
+const OUStringLiteral gsBracketAfter(u"BracketAfter");
+const OUStringLiteral gsIsNumberEntries(u"IsNumberEntries");
+const OUStringLiteral gsIsSortByPosition(u"IsSortByPosition");
+const OUStringLiteral gsSortKeys(u"SortKeys");
+const OUStringLiteral gsSortKey(u"SortKey");
+const OUStringLiteral gsIsSortAscending(u"IsSortAscending");
+const OUStringLiteral gsSortAlgorithm(u"SortAlgorithm");
+const OUStringLiteral gsLocale(u"Locale");
XMLIndexBibliographyConfigurationContext::XMLIndexBibliographyConfigurationContext(
SvXMLImport& rImport,