Kaydet (Commit) 3483dc5b authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I994a7a6c98d2e6ba32d5e005e204e9ec1f8be44b
Reviewed-on: https://gerrit.libreoffice.org/63999Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 04ae4a97
...@@ -130,7 +130,7 @@ public: ...@@ -130,7 +130,7 @@ public:
utils::importFromSvgD( aPoly, aPath1, false, nullptr )); utils::importFromSvgD( aPoly, aPath1, false, nullptr ));
aExport = utils::exportToSvgD( aPoly, true, true, false ); aExport = utils::exportToSvgD( aPoly, true, true, false );
// Adaptions for B2DPolygon bezier change (see #i77162#): // Adaptations for B2DPolygon bezier change (see #i77162#):
// The import/export of aPath1 does not reproduce aExport again. This is // The import/export of aPath1 does not reproduce aExport again. This is
// correct since aPath1 contains a segment with non-used control points // correct since aPath1 contains a segment with non-used control points
...@@ -150,7 +150,7 @@ public: ...@@ -150,7 +150,7 @@ public:
"s-3810-11430-3810-11430z"; "s-3810-11430-3810-11430z";
CPPUNIT_ASSERT_EQUAL_MESSAGE("exporting bezier polygon to SVG-D", OUString(sExportStringSimpleBezier), aExport); CPPUNIT_ASSERT_EQUAL_MESSAGE("exporting bezier polygon to SVG-D", OUString(sExportStringSimpleBezier), aExport);
// Adaptions for B2DPolygon bezier change (see #i77162#): // Adaptations for B2DPolygon bezier change (see #i77162#):
// a 2nd good test is that re-importing of aExport has to create the same // a 2nd good test is that re-importing of aExport has to create the same
// B2DPolPolygon again: // B2DPolPolygon again:
...@@ -161,7 +161,7 @@ public: ...@@ -161,7 +161,7 @@ public:
CPPUNIT_ASSERT_MESSAGE("importing '@' from SVG-D", utils::importFromSvgD( aPoly, aPath2, false, nullptr)); CPPUNIT_ASSERT_MESSAGE("importing '@' from SVG-D", utils::importFromSvgD( aPoly, aPath2, false, nullptr));
aExport = utils::exportToSvgD( aPoly, true, true, false ); aExport = utils::exportToSvgD( aPoly, true, true, false );
// Adaptions for B2DPolygon bezier change (see #i77162#): // Adaptations for B2DPolygon bezier change (see #i77162#):
// same here, the corrected export with the corrected B2DPolygon is simply more efficient, // same here, the corrected export with the corrected B2DPolygon is simply more efficient,
// so i needed to change the compare string. Also adding the re-import comparison below. // so i needed to change the compare string. Also adding the re-import comparison below.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment