summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-03-03 18:10:16 +0100
committerJulien Nabet <serval2412@yahoo.fr>2024-03-03 21:28:08 +0100
commit66b5883f962c8134138ac768221afe9605b9391e (patch)
tree13ed5f908d7fec84551548ce3527994cd11d6940
parentbc806620bb68385652211f307945d8a72696bd96 (diff)
Fix typo
Change-Id: I581146b8a4cc5813048082a9d9c13f38db2cc714 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164309 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-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 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)
{