summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorJim Raykowski <raykowj@gmail..com>2019-07-10 21:30:49 -0800
committerJim Raykowski <raykowj@gmail.com>2019-07-11 20:59:22 +0200
commitc39ccc08f40e15f3fd66bb1d2c5c0d7131dcce75 (patch)
treeceed6620ac44bf387f96f69ca4331846ab612cba /sw/source
parentb824b23860b2cf533d4f2428d4a750bd72576181 (diff)
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@gmail.com>
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/uibase/ribbar/workctrl.cxx1
1 files changed, 1 insertions, 0 deletions
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 ),