sc/source/core/tool/interpr2.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a2a4fa446f46da0d58635412d2f2ad1e3f31cbc9
Author: Jens Carl <[email protected]>
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 <[email protected]>
    Reviewed-by: Eike Rathke <[email protected]>

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)
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to