sc/source/core/inc/interpre.hxx |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 8987e91843392f225f97150b066b4415bbe525a8
Author: abdulwd <[email protected]>
Date:   Sat Dec 24 22:08:27 2016 +0530

    tdf#39674 Translated German to English
    
    Rename variable from fZins to fInterest in 
/home/abdul/libreoffice/sc/source/core/inc/interpre.hxx
    
    Change-Id: Ie4c61d9e13f6b8616f11d43dc40f93ebfced7275
    Reviewed-on: https://gerrit.libreoffice.org/32412
    Tested-by: Jenkins <[email protected]>
    Reviewed-by: jan iversen <[email protected]>

diff --git a/sc/source/core/inc/interpre.hxx b/sc/source/core/inc/interpre.hxx
index fe860eb..b093fec 100644
--- a/sc/source/core/inc/interpre.hxx
+++ b/sc/source/core/inc/interpre.hxx
@@ -745,7 +745,7 @@ void ScIRR();
 void ScMIRR();
 void ScISPMT();
 
-static double ScGetBw(double fZins, double fZzr, double fRmz,
+static double ScGetBw(double fInterest, double fZzr, double fRmz,
                       double fZw, bool bPayInAdvance);
 void ScPV();
 void ScSYD();
@@ -758,18 +758,18 @@ static double ScInterVDB(double fWert,double fRest,double 
fDauer,double fDauer1,
 void ScVDB();
 void ScPDuration();
 void ScSLN();
-static double ScGetRmz(double fZins, double fZzr, double fBw,
+static double ScGetRmz(double fInterest, double fZzr, double fBw,
                        double fZw, bool bPayInAdvance);
 void ScPMT();
 void ScRRI();
-static double ScGetZw(double fZins, double fZzr, double fRmz,
+static double ScGetZw(double fInterest, double fZzr, double fRmz,
                       double fBw, bool bFlag);
 void ScFV();
 void ScNper();
 static bool RateIteration(double fNper, double fPayment, double fPv,
                                 double fFv, bool bPayType, double& fGuess);
 void ScRate();
-double ScGetCompoundInterest(double fZins, double fZr, double fZzr, double fBw,
+double ScGetCompoundInterest(double fInterest, double fZr, double fZzr, double 
fBw,
                          double fZw, bool bPayInAdvance, double& fRmz);
 void ScIpmt();
 void ScPpmt();
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to