sc/source/core/data/document.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit de2febf385b31ccc889bb4c0d45dadf57575e5a9 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Jan 16 15:49:57 2019 +0100 Commit: Julien Nabet <[email protected]> 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 <[email protected]> Tested-by: Julien Nabet <[email protected]> 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() ) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
