office-gobmx/scaddins
jailletc36 89718e94ec cppcheck : redundantCondition. In this case, it seems to be a typo.
Changed the redundant check against fRate with a test against fPrice as
everywhere else in the file.
Also change some comparisons against 0.0 instead of 0 when using floating
point variable (to be consistent with the rest of the code).

Change-Id: I94a397f1578a90156359987996cb1ef02d5e4209
Reviewed-on: https://gerrit.libreoffice.org/779
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2012-10-06 19:48:32 +00:00
..
idl/com/sun/star/sheet/addin
prj
source cppcheck : redundantCondition. In this case, it seems to be a typo. 2012-10-06 19:48:32 +00:00
AllLangResTarget_analysis.mk
AllLangResTarget_date.mk
InternalUnoApi_scaddins.mk
Library_analysis.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
Library_date.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
Makefile
Module_scaddins.mk
README

Extra functions for calc.

These provide UNO components that implement more exotic calc
functions. If you want to do the same, here can be a good place to
start.

See also:
[http://wiki.services.openoffice.org/wiki/Scaddins]