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.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/svgio/source/svgreader/svgtools.cxx b/svgio/source/svgreader/svgtools.cxx
index 4be1514f69a4..867c3b1b0bea 100644
--- a/svgio/source/svgreader/svgtools.cxx
+++ b/svgio/source/svgreader/svgtools.cxx
@@ -29,12 +29,6 @@
namespace svgio::svgreader
{
- // common non-token strings
- 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)
{
basegfx::B2DHomMatrix aRetval;