Author: damjan
Date: Mon Aug 24 17:51:36 2015
New Revision: 1697461

URL: http://svn.apache.org/r1697461
Log:
Fix a mistyped comma in a basegfx test commited in 1536730.


Modified:
    openoffice/trunk/main/basegfx/test/basegfx2d.cxx

Modified: openoffice/trunk/main/basegfx/test/basegfx2d.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/basegfx/test/basegfx2d.cxx?rev=1697461&r1=1697460&r2=1697461&view=diff
==============================================================================
--- openoffice/trunk/main/basegfx/test/basegfx2d.cxx (original)
+++ openoffice/trunk/main/basegfx/test/basegfx2d.cxx Mon Aug 24 17:51:36 2015
@@ -193,7 +193,7 @@ public:
         CPPUNIT_ASSERT_MESSAGE("importing simple bezier polygon from SVG-D", 
tools::importFromSvgD( aReImport, aExport, false, 0));
         CPPUNIT_ASSERT_MESSAGE("re-imported polygon needs to be identical", 
aReImport == aPoly);
 
-               CPPUNIT_ASSERT_MESSAGE("importing '@' from SVG-D", 
tools::importFromSvgD( aPoly, aPath2, , false, 0));
+               CPPUNIT_ASSERT_MESSAGE("importing '@' from SVG-D", 
tools::importFromSvgD( aPoly, aPath2, false, 0));
         aExport = tools::exportToSvgD( aPoly, true, true, false );
 
                // Adaptions for B2DPolygon bezier change (see #i77162#):


Reply via email to