summaryrefslogtreecommitdiffstats
path: root/sc/inc/recursionhelper.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-04-09 21:45:19 -0400
committerKohei Yoshida <kohei.yoshida@suse.com>2012-04-09 21:45:58 -0400
commit53a40d5e0dd06735a6e44cd16ed47538108035de (patch)
tree65e553b59e9be2991c6648bb37bf94c22256b6f4 /sc/inc/recursionhelper.hxx
parentRemoved duplicated methods. (diff)
downloadcore-53a40d5e0dd06735a6e44cd16ed47538108035de.tar.gz
core-53a40d5e0dd06735a6e44cd16ed47538108035de.zip
Make this non-inline too; for easier debugging.
Diffstat (limited to 'sc/inc/recursionhelper.hxx')
-rw-r--r--sc/inc/recursionhelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/recursionhelper.hxx b/sc/inc/recursionhelper.hxx
index f2a258d153b9..929e24fd8c38 100644
--- a/sc/inc/recursionhelper.hxx
+++ b/sc/inc/recursionhelper.hxx
@@ -90,7 +90,7 @@ public:
bool & GetConvergingReference() { return bConverging; }
void StartIteration();
void ResumeIteration();
- void IncIteration() { ++nIteration; }
+ void IncIteration();
void EndIteration();
ScFormulaRecursionList::iterator GetLastIterationStart() { return aLastIterationStart; }