[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - basegfx/source

Armin Le Grand alg at apache.org
Sun Jul 28 06:12:32 PDT 2013


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

New commits:
commit 3ccdc5aa26cdde6e7780005d010c263c73aa638f
Author: Armin Le Grand <alg at apache.org>
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 <mstahl at redhat.com>
    
    Change-Id: Iaa62acc4901c3edd31d0af7c642327dddf07f562
    Reviewed-on: https://gerrit.libreoffice.org/5144
    Reviewed-by: Fridrich Strba <fridrich at documentfoundation.org>
    Tested-by: Fridrich Strba <fridrich at documentfoundation.org>

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