[Libreoffice-commits] core.git: basegfx/source

Armin Le Grand alg at apache.org
Mon Jun 10 08:45:50 PDT 2013


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

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

    Resolves: #i122509# Corrected typo in basegfx
    
    (cherry picked from commit cdf48cfdbdb5348b259f4632790ffd178fcad1f7)
    
    Change-Id: Iaa62acc4901c3edd31d0af7c642327dddf07f562

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))
             {


More information about the Libreoffice-commits mailing list