summaryrefslogtreecommitdiff
path: root/basegfx
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2012-05-14 14:20:53 +0200
committerPetr Mladek <pmladek@suse.cz>2012-05-14 14:31:11 +0200
commite6007cf40be9a1dd9913c6c7e539f14377add77e (patch)
treeb2e7b7ac2d57b4893e418fdd61c55fd573e53396 /basegfx
parenteb1770f05fde3777af7a62ec1c84ce8b088e3ec4 (diff)
fdo#48070 more on parsing of arc paths
also ignore "+" sign; remove unused sNumberString variable
Diffstat (limited to 'basegfx')
-rw-r--r--basegfx/source/polygon/b2dsvgpolypolygon.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/basegfx/source/polygon/b2dsvgpolypolygon.cxx b/basegfx/source/polygon/b2dsvgpolypolygon.cxx
index fc6e2ac62c25..86a44c702be4 100644
--- a/basegfx/source/polygon/b2dsvgpolypolygon.cxx
+++ b/basegfx/source/polygon/b2dsvgpolypolygon.cxx
@@ -149,13 +149,6 @@ namespace basegfx
const sal_Int32 nLen)
{
sal_Unicode aChar( rStr[io_rPos] );
- ::rtl::OUStringBuffer sNumberString;
-
- if(sal_Unicode('+') == aChar)
- {
- sNumberString.append(rStr[io_rPos]);
- aChar = rStr[++io_rPos];
- }
if(sal_Unicode('0') == aChar)
{