summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-11-07 09:09:59 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-11-07 09:47:39 +0100
commit3d2cb99b0acbda85ad0a639e5998f043081462a4 (patch)
tree75a2c8a13a60d1c3d52a3268b4f17f45ca53111f /sc/inc
parent4692ab27257235c17ad357f3693656d874b83359 (diff)
Fix typo
Change-Id: I627e094a8c8565f29fa20cca288adb81b5a4fbd0 Reviewed-on: https://gerrit.libreoffice.org/82189 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/inc')
-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 cff958f52fea..9988a676203b 100644
--- a/sc/inc/recursionhelper.hxx
+++ b/sc/inc/recursionhelper.hxx
@@ -53,7 +53,7 @@ class ScRecursionHelper
ScRecursionInIterationStack aRecursionInIterationStack;
ScFGList aFGList;
// Flag list corresponding to aFGList to indicate whether each formula-group
- // is in a depedency evaluation mode or not.
+ // is in a dependency evaluation mode or not.
std::vector< bool > aInDependencyEvalMode;
sal_uInt16 nRecursionCount;
sal_uInt16 nIteration;