summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-01-16 15:49:57 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-01-16 15:58:54 +0100
commitde2febf385b31ccc889bb4c0d45dadf57575e5a9 (patch)
tree9bc062d6daace0623cccf884d3aea22b7b064490 /sc
parent673a90cc3e606b05062ac27e1f01801cf415564a (diff)
Fix typo
Change-Id: Ia01e95ea80c99881756dd5bd5d6e0b82c305329a Reviewed-on: https://gerrit.libreoffice.org/66456 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/document.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/document.cxx b/sc/source/core/data/document.cxx
index 8a1bd262fa0e..8be9c6665e21 100644
--- a/sc/source/core/data/document.cxx
+++ b/sc/source/core/data/document.cxx
@@ -5582,7 +5582,7 @@ void ScDocument::ExtendTotalMerge( ScRange& rRange ) const
{
// Extend range to merged cells without including any new non-overlapped cells
ScRange aExt = rRange;
- // ExtendMerge() is non-const, but called withouth refresh.
+ // ExtendMerge() is non-const, but called without refresh.
if (const_cast<ScDocument*>(this)->ExtendMerge( aExt ))
{
if ( aExt.aEnd.Row() > rRange.aEnd.Row() )