sw/source/uibase/sidebar/QuickFindPanel.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 68c9642382330a543ba178ad36afe99457033d05 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Nov 18 19:06:05 2025 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Tue Nov 18 21:19:11 2025 +0100 Fix typo Change-Id: I2d01453f5367da5527d2c58906b9095775e14c72 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194173 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/sw/source/uibase/sidebar/QuickFindPanel.cxx b/sw/source/uibase/sidebar/QuickFindPanel.cxx index f830675d6269..1853a59ca26e 100644 --- a/sw/source/uibase/sidebar/QuickFindPanel.cxx +++ b/sw/source/uibase/sidebar/QuickFindPanel.cxx @@ -157,7 +157,7 @@ QuickFindPanel::QuickFindPanel(weld::Widget* pParent, const uno::Reference<frame sal_uInt64 nShellId = reinterpret_cast<sal_uInt64>(SfxViewShell::Current()); jsdialog::SendQuickFindForView(nShellId); - // disable search options for online as still tunnled dialog + // disable search options for online as still tunneled dialog m_xSearchOptionsToolbar->set_visible(false); } m_nMinimumPanelWidth
