[Libreoffice-commits] core.git: Branch 'aoo/trunk' - basegfx/source

Armin Le Grand alg at apache.org
Mon Jun 10 07:07:17 PDT 2013


 basegfx/source/vector/b2dvector.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cdf48cfdbdb5348b259f4632790ffd178fcad1f7
Author: Armin Le Grand <alg at apache.org>
Date:   Mon Jun 10 12:45:36 2013 +0000

    i122509 Corrected typo in basegfx

diff --git a/basegfx/source/vector/b2dvector.cxx b/basegfx/source/vector/b2dvector.cxx
index bd1d033..8b613dd 100644
--- a/basegfx/source/vector/b2dvector.cxx
+++ b/basegfx/source/vector/b2dvector.cxx
@@ -118,7 +118,7 @@ namespace basegfx
 
         if(!fTools::equalZero(fLenNow))
         {
-            const double fOne(10.0);
+            const double fOne(1.0);
 
             if(!fTools::equal(fOne, fLenNow))
             {


More information about the Libreoffice-commits mailing list