sw/source/uibase/sidebar/QuickFindPanel.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cc1f1e0e6dcabee2b6ca28f4f1341f0099814966
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Jun 25 00:43:51 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Jun 25 09:33:04 2024 +0200

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

diff --git a/sw/source/uibase/sidebar/QuickFindPanel.cxx 
b/sw/source/uibase/sidebar/QuickFindPanel.cxx
index 0f620fd09985..cdf7afa68947 100644
--- a/sw/source/uibase/sidebar/QuickFindPanel.cxx
+++ b/sw/source/uibase/sidebar/QuickFindPanel.cxx
@@ -217,7 +217,7 @@ IMPL_LINK(QuickFindPanel, 
SearchFindsListCustomGetSizeHandler, weld::TreeView::g
     }
 
     // To not have top and bottom clipping when the sidebar width is made 
smaller by the user
-    // calculate the text rectangle using the mimimum width the rectangle can 
become.
+    // calculate the text rectangle using the minimum width the rectangle can 
become.
     int x, y, width, height;
     m_xSearchFindsList->get_extents_relative_to(*m_xContainer, x, y, width, 
height);
 

Reply via email to