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

New commits:
commit c39ccc08f40e15f3fd66bb1d2c5c0d7131dcce75
Author:     Jim Raykowski <rayk...@gmail..com>
AuthorDate: Wed Jul 10 21:30:49 2019 -0800
Commit:     Jim Raykowski <rayk...@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 <rayk...@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 ),
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to