diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-02-27 20:18:32 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-02-27 22:43:59 +0100 |
commit | 971e32c280f2891445d8ec2b57a130962a9c7627 (patch) | |
tree | 68605a8718042dd5138c74fbf0580d250594c811 /sc | |
parent | 01707d3b3a27bc0d6c482f05a669f8ef11be74b1 (diff) |
Fix typo
Change-Id: I53e801cd4688c8495deecfb7a67a4ce39bdda978
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164054
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/view/tabvwsh4.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |