sc/source/ui/view/tabvwshf.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6e4acdbca3c269681ea387ec35dd4ce80cfbcdee
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Feb 27 13:32:12 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Feb 27 13:30:00 2023 +0000

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

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)

Reply via email to