summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgtools.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/source/svgreader/svgtools.cxx')
-rw-r--r--svgio/source/svgreader/svgtools.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svgio/source/svgreader/svgtools.cxx b/svgio/source/svgreader/svgtools.cxx
index 8c66e3db8974..4be1514f69a4 100644
--- a/svgio/source/svgreader/svgtools.cxx
+++ b/svgio/source/svgreader/svgtools.cxx
@@ -30,10 +30,10 @@
namespace svgio::svgreader
{
// common non-token strings
- const OUStringLiteral commonStrings::aStrUserSpaceOnUse("userSpaceOnUse");
- const OUStringLiteral commonStrings::aStrObjectBoundingBox("objectBoundingBox");
- const OUStringLiteral commonStrings::aStrNonzero("nonzero");
- const OUStringLiteral commonStrings::aStrEvenOdd("evenodd");
+ const OUStringLiteral commonStrings::aStrUserSpaceOnUse(u"userSpaceOnUse");
+ const OUStringLiteral commonStrings::aStrObjectBoundingBox(u"objectBoundingBox");
+ const OUStringLiteral commonStrings::aStrNonzero(u"nonzero");
+ const OUStringLiteral commonStrings::aStrEvenOdd(u"evenodd");
basegfx::B2DHomMatrix SvgAspectRatio::createLinearMapping(const basegfx::B2DRange& rTarget, const basegfx::B2DRange& rSource)
{