[Libreoffice-commits] core.git: sw/source

Jim Raykowski (via logerrit) logerrit at kemper.freedesktop.org
Thu Jul 11 19:00:29 UTC 2019


 sw/source/uibase/ribbar/workctrl.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit c39ccc08f40e15f3fd66bb1d2c5c0d7131dcce75
Author:     Jim Raykowski <raykowj at gmail..com>
AuthorDate: Wed Jul 10 21:30:49 2019 -0800
Commit:     Jim Raykowski <raykowj at gmail.com>
CommitDate: Thu Jul 11 20:59:22 2019 +0200

    Clear message in find toolbar
    
    ...when Navigator floating Navigation tool box selection is changed
    
    Change-Id: Iab3a17f46dab9f11df9035a4d673aa3b211b639a
    Reviewed-on: https://gerrit.libreoffice.org/75389
    Tested-by: Jenkins
    Reviewed-by: Jim Raykowski <raykowj at gmail.com>

diff --git a/sw/source/uibase/ribbar/workctrl.cxx b/sw/source/uibase/ribbar/workctrl.cxx
index acd79532f240..056ed1ae4398 100644
--- a/sw/source/uibase/ribbar/workctrl.cxx
+++ b/sw/source/uibase/ribbar/workctrl.cxx
@@ -375,6 +375,7 @@ IMPL_LINK(SwScrollNaviPopup, SelectHdl, ToolBox*, pSet, void)
     sal_uInt16 nSet = pSet->GetCurItemId();
     if( nSet != NID_PREV && nSet != NID_NEXT )
     {
+        SvxSearchDialogWrapper::SetSearchLabel( SearchLabel::Empty );
         SwView::SetMoveType( nSet );
         Sequence< PropertyValue > aArgs;
         SfxToolBoxControl::Dispatch( Reference< XDispatchProvider >( GetFrame()->getController(), UNO_QUERY ),


More information about the Libreoffice-commits mailing list