[Libreoffice-commits] core.git: sc/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Jan 16 14:59:20 UTC 2019
sc/source/core/data/document.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit de2febf385b31ccc889bb4c0d45dadf57575e5a9
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Jan 16 15:49:57 2019 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Jan 16 15:58:54 2019 +0100
Fix typo
Change-Id: Ia01e95ea80c99881756dd5bd5d6e0b82c305329a
Reviewed-on: https://gerrit.libreoffice.org/66456
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
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() )
More information about the Libreoffice-commits
mailing list