summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2017-04-06 08:17:03 +0000
committerEike Rathke <erack@redhat.com>2017-04-07 09:39:39 +0000
commita2a4fa446f46da0d58635412d2f2ad1e3f31cbc9 (patch)
treec0867d9121e2b9da51438ea12e7531bd238c11a8
parentd8faf3bf9a82e8f49340b5020ec4ee931cc2f3f4 (diff)
tdf#39468 Translate German comments
Translate remaining German comment Change-Id: Idb2abbb734cc89aa6948c003918a7f604b3b2bd1 Reviewed-on: https://gerrit.libreoffice.org/36193 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
-rw-r--r--sc/source/core/tool/interpr2.cxx2
1 files changed, 1 insertions, 1 deletions
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)