summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-01-15 16:39:08 +0000
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2021-01-18 00:44:26 +0100
commit6c315bbeb16db9dcf157f24803cff7c51ec18ed8 (patch)
tree393df15e3545e3ad51423ec6052f071ea74604ef /include
parentd744883fe2cc26b1a5cec5f431541192d0672cc5 (diff)
tdf#138829 don't grab focus to roadmap label when sync timer fires
Change-Id: Icc8a03a2ce5d63f3a2c477671a9aa52aefd1df96 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109351 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/toolkit/roadmap.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/toolkit/roadmap.hxx b/include/vcl/toolkit/roadmap.hxx
index c2654c1fd56e..7cfd6d7bd290 100644
--- a/include/vcl/toolkit/roadmap.hxx
+++ b/include/vcl/toolkit/roadmap.hxx
@@ -73,7 +73,7 @@ public:
void DeleteRoadmapItem( ItemIndex _nIndex );
ItemId GetCurrentRoadmapItemID() const;
- bool SelectRoadmapItemByID( ItemId _nItemID );
+ bool SelectRoadmapItemByID(ItemId nItemID, bool bGrabFocus = true);
void SetItemSelectHdl( const Link<LinkParamNone*,void>& _rHdl );
Link<LinkParamNone*,void> const & GetItemSelectHdl( ) const;