sc/source/core/data/document.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e6210a214a98ee6403628ffd8992886e2d7c28f2 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Mar 3 18:10:42 2024 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Sun Mar 3 21:28:35 2024 +0100 Fix typo Change-Id: I67e8c8ecacc0a3903735854cd076e4483583a27b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164310 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/sc/source/core/data/document.cxx b/sc/source/core/data/document.cxx index 30e693827347..b9ef98cf40bb 100644 --- a/sc/source/core/data/document.cxx +++ b/sc/source/core/data/document.cxx @@ -2237,7 +2237,7 @@ void ScDocument::CopyToClip(const ScClipParam& rClipParam, // 2. Copy drawing objects in the selection. Do in after the first "copy cells" pass, because // the embedded objects (charts) could reference cells from tabs not (yet) copied; doing it now - // allows to know what is already copied, to not owerwrite attributes of already copied data. + // allows to know what is already copied, to not overwrite attributes of already copied data. if (mpDrawLayer && bIncludeObjects) { for (SCTAB i = 0; i < nEndTab; ++i)
