summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/dbfunc3.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 18:46:43 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 11:16:05 +0200
commit4dfce6d2b0f44d8aa55093302987da656a97da2c (patch)
tree3591e8adc4ff9447a161e969636243d51e982b83 /sc/source/ui/view/dbfunc3.cxx
parent2f970ee06bfba42328a36599c52f57fe2f2fc4fc (diff)
Fix typos
Change-Id: I14e37e2920d69b1bd6d2f633f23f37feea104c01 Reviewed-on: https://gerrit.libreoffice.org/77293 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/source/ui/view/dbfunc3.cxx')
-rw-r--r--sc/source/ui/view/dbfunc3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/dbfunc3.cxx b/sc/source/ui/view/dbfunc3.cxx
index 476b1a322110..e2add0b814b0 100644
--- a/sc/source/ui/view/dbfunc3.cxx
+++ b/sc/source/ui/view/dbfunc3.cxx
@@ -2147,7 +2147,7 @@ void ScDBFunc::RepeatDB( bool bRecord )
{
// sort without subtotals
- aSubTotalParam.bRemoveOnly = true; // is resetted below
+ aSubTotalParam.bRemoveOnly = true; // is reset below
DoSubTotals( aSubTotalParam, false );
}