basegfx/source/vector/b2dvector.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3ccdc5aa26cdde6e7780005d010c263c73aa638f Author: Armin Le Grand <[email protected]> Date: Mon Jun 10 12:45:36 2013 +0000 fdo#60282 fdo#66745 i#122509 Corrected typo in basegfx (cherry picked from commit cdf48cfdbdb5348b259f4632790ffd178fcad1f7) (cherry picked from commit 744244997da79ca95278249eeadf716730fffd82) Signed-off-by: Michael Stahl <[email protected]> Change-Id: Iaa62acc4901c3edd31d0af7c642327dddf07f562 Reviewed-on: https://gerrit.libreoffice.org/5144 Reviewed-by: Fridrich Strba <[email protected]> Tested-by: Fridrich Strba <[email protected]> diff --git a/basegfx/source/vector/b2dvector.cxx b/basegfx/source/vector/b2dvector.cxx index 5628bbe..e5ac9bf 100644 --- a/basegfx/source/vector/b2dvector.cxx +++ b/basegfx/source/vector/b2dvector.cxx @@ -112,7 +112,7 @@ namespace basegfx if(!fTools::equalZero(fLenNow)) { - const double fOne(10.0); + const double fOne(1.0); if(!fTools::equal(fOne, fLenNow)) { _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
