summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-03-15 14:41:56 +0100
committerAndras Timar <andras.timar@collabora.com>2020-03-15 23:02:23 +0100
commit5dcbd1bb557450a2d658a710c163b310c0cee157 (patch)
tree43b07dcd603bb7c31fdd3955e7c944a590ce7ef3 /sc
parent11cf8e08a1c7647d0f4111c46ae9e2141c26baf4 (diff)
Fix typo
Change-Id: I9715f320bbf35ceafc2d0f2eb9a69c02821779d9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90528 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/table2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/table2.cxx b/sc/source/core/data/table2.cxx
index 80aa348ab3eb..a4391ab7ec05 100644
--- a/sc/source/core/data/table2.cxx
+++ b/sc/source/core/data/table2.cxx
@@ -1172,7 +1172,7 @@ void ScTable::CopyToTable(
if (bIsUndoDoc && (nFlags & InsertDeleteFlags::CONTENTS))
{
// Copying formulas may create sheet-local named expressions on the
- // destination sheet. Add existings to Undo first.
+ // destination sheet. Add existing to Undo first.
pDestTab->SetRangeName( std::unique_ptr<ScRangeName>( new ScRangeName( *GetRangeName())));
}