summaryrefslogtreecommitdiff
path: root/svgio
diff options
context:
space:
mode:
Diffstat (limited to 'svgio')
-rw-r--r--svgio/source/svgreader/svgtoken.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svgio/source/svgreader/svgtoken.cxx b/svgio/source/svgreader/svgtoken.cxx
index 3bb517d42021..590e85b0a96d 100644
--- a/svgio/source/svgreader/svgtoken.cxx
+++ b/svgio/source/svgreader/svgtoken.cxx
@@ -91,8 +91,8 @@ namespace svgio::svgreader
const char aSVGStrPatternTransform[] = "patternTransform";
const char aSVGStrOpacity[] = "opacity";
const char aSVGStrVisibility[] = "visibility";
- const char aSVGStrTitle[] = "title";
- const char aSVGStrDesc[] = "desc";
+ const OUStringLiteral aSVGStrTitle = u"title";
+ const OUStringLiteral aSVGStrDesc = u"desc";
const char aSVGStrPreserveAspectRatio[] = "preserveAspectRatio";
const char aSVGStrDefer[] = "defer";