[Libreoffice-commits] core.git: sc/source
Jens Carl
j.carl43 at gmx.de
Fri Apr 7 09:40:12 UTC 2017
sc/source/core/tool/interpr2.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a2a4fa446f46da0d58635412d2f2ad1e3f31cbc9
Author: Jens Carl <j.carl43 at gmx.de>
Date: Thu Apr 6 08:17:03 2017 +0000
tdf#39468 Translate German comments
Translate remaining German comment
Change-Id: Idb2abbb734cc89aa6948c003918a7f604b3b2bd1
Reviewed-on: https://gerrit.libreoffice.org/36193
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Eike Rathke <erack at redhat.com>
diff --git a/sc/source/core/tool/interpr2.cxx b/sc/source/core/tool/interpr2.cxx
index 3d517987f6f9..a93bc4db9468 100644
--- a/sc/source/core/tool/interpr2.cxx
+++ b/sc/source/core/tool/interpr2.cxx
@@ -2180,7 +2180,7 @@ void ScInterpreter::ScRate()
double ScInterpreter::ScGetCompoundInterest(double fInterest, double fZr, double fZzr, double fBw,
double fZw, bool bPayInAdvance, double& fRmz)
{
- fRmz = ScGetRmz(fInterest, fZzr, fBw, fZw, bPayInAdvance); // fuer kapz auch bei fZr == 1
+ fRmz = ScGetRmz(fInterest, fZzr, fBw, fZw, bPayInAdvance); // for PPMT also if fZr == 1
double fCompoundInterest;
nFuncFmtType = css::util::NumberFormat::CURRENCY;
if (fZr == 1.0)
More information about the Libreoffice-commits
mailing list