office-gobmx/basegfx
Eike Rathke a5442b6966 rtl::math::approxEqual(value,0.0) never yields true for value!=0.0
... so replace with a simple value == 0.0 also in other modules than sc.

Change-Id: Ie7316505a1cf9c15100114b45d300facceb03b7e
Reviewed-on: https://gerrit.libreoffice.org/29575
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins <ci@libreoffice.org>
2016-10-06 20:55:28 +00:00
..
inc/pch
qa
source rtl::math::approxEqual(value,0.0) never yields true for value!=0.0 2016-10-06 20:55:28 +00:00
test CPPUNIT_ASSERT[_DOUBLES]_EQUAL 2016-10-06 16:35:53 +02:00
CppunitTest_basegfx.mk
Library_basegfx.mk
Makefile
Module_basegfx.mk
README

Algorithms and data types for graphics (e.g. polygons, vectors, matrices and the like - see that used in [[canvas]]).