summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/interpr2.cxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2016-06-27 15:59:40 +0200
committerEike Rathke <erack@redhat.com>2016-06-27 16:03:23 +0200
commitd480e5c7f68d61cf51c233f62c07293f212b9f4a (patch)
tree91c52ebe4c0f2ed4da259a62dd168f874a9e2083 /sc/source/core/tool/interpr2.cxx
parentfd07d67bea790b9885322e7124e07506aa50e170 (diff)
rename *effective to *effect, tdf#100641 related
... to unify naming. Change-Id: I0964822d53eafd69ea4ed0656dfdfcb3f5bfd561
Diffstat (limited to 'sc/source/core/tool/interpr2.cxx')
-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 ac20f10319d9..ebee443796b9 100644
--- a/sc/source/core/tool/interpr2.cxx
+++ b/sc/source/core/tool/interpr2.cxx
@@ -2121,7 +2121,7 @@ void ScInterpreter::ScCumPrinc()
}
}
-void ScInterpreter::ScEffective()
+void ScInterpreter::ScEffect()
{
nFuncFmtType = css::util::NumberFormat::PERCENT;
if ( MustHaveParamCount( GetByte(), 2 ) )