diff options
author | abdulwd <abdulwd97@gmail.com> | 2016-12-24 22:08:27 +0530 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-12-25 07:35:48 +0000 |
commit | 8987e91843392f225f97150b066b4415bbe525a8 (patch) | |
tree | cfa5ed8a6b113c599e9d793eaccdedb048815511 /sc | |
parent | 7a07610588893a2061eaafead36cdd8eabb2b52b (diff) |
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 <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/inc/interpre.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/core/inc/interpre.hxx b/sc/source/core/inc/interpre.hxx index fe860eba7120..b093fec2e839 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(); |