sc/source/core/data/document.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 66b5883f962c8134138ac768221afe9605b9391e Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sun Mar 3 18:10:16 2024 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sun Mar 3 21:28:08 2024 +0100 Fix typo Change-Id: I581146b8a4cc5813048082a9d9c13f38db2cc714 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164309 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sc/source/core/data/document.cxx b/sc/source/core/data/document.cxx index c5f3f50e0f30..30e693827347 100644 --- a/sc/source/core/data/document.cxx +++ b/sc/source/core/data/document.cxx @@ -2236,7 +2236,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) coud reference cells from tabs not (yet) copied; doing it now + // 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. if (mpDrawLayer && bIncludeObjects) {