basegfx/source/polygon/b2dsvgpolypolygon.cxx |    7 -------
 1 file changed, 7 deletions(-)

New commits:
commit e6007cf40be9a1dd9913c6c7e539f14377add77e
Author: Petr Mladek <pmla...@suse.cz>
Date:   Mon May 14 14:20:53 2012 +0200

    fdo#48070 more on parsing of arc paths
    
    also ignore "+" sign; remove unused sNumberString variable

diff --git a/basegfx/source/polygon/b2dsvgpolypolygon.cxx 
b/basegfx/source/polygon/b2dsvgpolypolygon.cxx
index fc6e2ac..86a44c7 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)
                 {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to