summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgtoken.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/source/svgreader/svgtoken.cxx')
-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 590e85b0a96d..20ce65a53c49 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 OUStringLiteral aSVGStrTitle = u"title";
- const OUStringLiteral aSVGStrDesc = u"desc";
+ constexpr OUStringLiteral aSVGStrTitle = u"title";
+ constexpr OUStringLiteral aSVGStrDesc = u"desc";
const char aSVGStrPreserveAspectRatio[] = "preserveAspectRatio";
const char aSVGStrDefer[] = "defer";