[Libreoffice-commits] core.git: sc/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Mar 15 22:03:01 UTC 2020
sc/source/core/data/table2.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5dcbd1bb557450a2d658a710c163b310c0cee157
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Mar 15 14:41:56 2020 +0100
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Sun Mar 15 23:02:23 2020 +0100
Fix typo
Change-Id: I9715f320bbf35ceafc2d0f2eb9a69c02821779d9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90528
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar at collabora.com>
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())));
}
More information about the Libreoffice-commits
mailing list