summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-02-27 13:32:12 +0100
committerJulien Nabet <serval2412@yahoo.fr>2023-02-27 13:30:00 +0000
commit6e4acdbca3c269681ea387ec35dd4ce80cfbcdee (patch)
tree326b1df85c98c3edddc39220239b3b3488c88974
parent146ed50caded37f6084c404e8af6985996a17cd3 (diff)
Fix typo
Change-Id: I7e61bb401191ab533eef2f8d191e618b24c15e0d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147888 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--sc/source/ui/view/tabvwshf.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/tabvwshf.cxx b/sc/source/ui/view/tabvwshf.cxx
index 5029f6088cb0..e3845529c569 100644
--- a/sc/source/ui/view/tabvwshf.cxx
+++ b/sc/source/ui/view/tabvwshf.cxx
@@ -680,7 +680,7 @@ void ScTabViewShell::ExecuteTable( SfxRequest& rReq )
break;
}
// if both pivot table and data are selected
- // no need to warn for source data loosing
+ // no need to warn for source data losing
if (bTabWithPivotTable && bTabOutSel)
bTabWithPivotTable = false;
if (bTabWithPivotTable)