summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-08-17 10:23:50 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-08-17 10:23:50 +0200
commita82af43b526c9eca38f74f51d9af0c99c62f8121 (patch)
tree0bd6a602e03ba28ea4c7414b59c40e15f7feba8e /sd
parenta70f9fffe7d2751ca0401c43c92e7fb8dea571d4 (diff)
Clean up uses of OUString::fromUtf8 around string literals
Change-Id: I9a2990e49c95a01ce505f13408be8c19db1cf5d1
Diffstat (limited to 'sd')
-rw-r--r--sd/qa/unit/export-tests-ooxml2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/unit/export-tests-ooxml2.cxx b/sd/qa/unit/export-tests-ooxml2.cxx
index e94437e17a5a..3d89edec6120 100644
--- a/sd/qa/unit/export-tests-ooxml2.cxx
+++ b/sd/qa/unit/export-tests-ooxml2.cxx
@@ -305,7 +305,7 @@ void SdOOXMLExportTest2::testMathObjectPPT2010()
"a14");
assertXPathContent(pXmlDocContent,
"/p:sld/p:cSld/p:spTree/mc:AlternateContent/mc:Choice/p:sp/p:txBody/a:p/a14:m/m:oMath/m:sSup/m:e/m:r[1]/m:t",
- OUString::fromUtf8("\xf0\x9d\x91\x8e")); // non-BMP char
+ u"\U0001D44E"); // non-BMP char
const SdrPage *pPage = GetPage(1, xDocShRef);
const SdrObject* pObj = dynamic_cast<SdrObject*>(pPage->GetObj(0));