sfx2/source/sidebar/FocusManager.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fc3f787af1883ff05768c6975e7db126491adab4
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Aug 5 04:35:49 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Aug 5 10:16:39 2023 +0200

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

diff --git a/sfx2/source/sidebar/FocusManager.cxx 
b/sfx2/source/sidebar/FocusManager.cxx
index 75622cde0ae3..ee03a52a3c17 100644
--- a/sfx2/source/sidebar/FocusManager.cxx
+++ b/sfx2/source/sidebar/FocusManager.cxx
@@ -224,7 +224,7 @@ void FocusManager::FocusPanel (
     }
     // Fallback to deck title should only be applicable when there is more 
than one panel,
     // or else it will never be possible to enter the panel contents when 
there's a single panel
-    // withouth a titlebar and expander
+    // without a titlebar and expander
     else if (bFallbackToDeckTitle && maPanels.size() > 1)
     {
         // The panel title is not visible, fall back to the deck

Reply via email to