sc/source/core/data/drwlayer.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bc806620bb68385652211f307945d8a72696bd96
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Mar 3 18:09:51 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Mar 3 21:27:42 2024 +0100

    Fix typo
    
    Change-Id: I256d2edd2ac557a4533f8978f0fdf144297ce2a4
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164308
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sc/source/core/data/drwlayer.cxx b/sc/source/core/data/drwlayer.cxx
index b9b22791969e..ed4f4ff4076c 100644
--- a/sc/source/core/data/drwlayer.cxx
+++ b/sc/source/core/data/drwlayer.cxx
@@ -1835,7 +1835,7 @@ void ScDrawLayer::CopyToClip( ScDocument* pClipDoc, SCTAB 
nTab, const tools::Rec
 
             pDestPage->InsertObject(pNewObject.get());
 
-            // Store the chart's source data to the clipboad document, even 
when it's out of the
+            // Store the chart's source data to the clipboard document, even 
when it's out of the
             // copied range. It will be ignored when pasted to the same 
document; when pasted to
             // another document, ScDocument::mpClipParam will provide the 
actually copied ranges,
             // and the data copied here will be used to break connection and 
switch to own data

Reply via email to