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

New commits:
commit 971e32c280f2891445d8ec2b57a130962a9c7627
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Feb 27 20:18:32 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Feb 27 22:43:59 2024 +0100

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

diff --git a/sc/source/ui/view/tabvwsh4.cxx b/sc/source/ui/view/tabvwsh4.cxx
index 8236256b25e8..d8d8b08219a3 100644
--- a/sc/source/ui/view/tabvwsh4.cxx
+++ b/sc/source/ui/view/tabvwsh4.cxx
@@ -270,7 +270,7 @@ void ScTabViewShell::Deactivate(bool bMDI)
     {
         HideNoteMarker();           // note marker
 
-        // in LOK case this could be trigerred on every action from other view 
(doc_setView)
+        // in LOK case this could be triggered on every action from other view 
(doc_setView)
         // we don't want to hide tooltip only because other view did some 
action
         if ( pHdl && !comphelper::LibreOfficeKit::isActive() )
             pHdl->HideTip();        // Hide formula auto input tip

Reply via email to