summaryrefslogtreecommitdiff
path: root/sd/qa/unit/SVGExportTests.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/qa/unit/SVGExportTests.cxx')
-rw-r--r--sd/qa/unit/SVGExportTests.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/unit/SVGExportTests.cxx b/sd/qa/unit/SVGExportTests.cxx
index 7bb9126d5d21..dd9364643f08 100644
--- a/sd/qa/unit/SVGExportTests.cxx
+++ b/sd/qa/unit/SVGExportTests.cxx
@@ -311,7 +311,7 @@ public:
void testSVGPlaceholderLocale()
{
- const OUString aLangISO("it-IT");
+ static const OUStringLiteral aLangISO(u"it-IT");
SvtSysLocaleOptions aSysLocaleOptions;
aSysLocaleOptions.SetLocaleConfigString(aLangISO);
aSysLocaleOptions.SetUILocaleConfigString(aLangISO);