[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - basegfx/source
Armin Le Grand
alg at apache.org
Sat Jul 27 15:34:49 PDT 2013
basegfx/source/vector/b2dvector.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit dcb4053a43fc71841abcb25ebde90555c36f2bfe
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)
Change-Id: Iaa62acc4901c3edd31d0af7c642327dddf07f562
Signed-off-by: Michael Stahl <mstahl at redhat.com>
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