diff options
author | Jim Raykowski <raykowj@gmail.com> | 2018-10-05 21:46:41 -0800 |
---|---|---|
committer | Jim Raykowski <raykowj@gmail.com> | 2018-10-18 01:08:42 +0200 |
commit | 6626281b4a123cfb5e2c8f449b55f4acd46ee198 (patch) | |
tree | 3540ad24425b07af8a1077d58e8fcf69cb364026 /include | |
parent | 044122de1153bd785ed555c96b6aca67e9d0f739 (diff) |
tdf#120231 Focus to document on sidebar tabbar deck tab click
Change-Id: Ic93b0171c9862f70311e93d64d1b93baf35a5182
Reviewed-on: https://gerrit.libreoffice.org/61457
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
Tested-by: Heiko Tietze <tietze.heiko@gmail.com>
Reviewed-by: Jim Raykowski <raykowj@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/sidebar/TabBar.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/sidebar/TabBar.hxx b/include/sfx2/sidebar/TabBar.hxx index 0c6cd097711c..783741ac7443 100644 --- a/include/sfx2/sidebar/TabBar.hxx +++ b/include/sfx2/sidebar/TabBar.hxx @@ -87,7 +87,6 @@ public: void HighlightDeck (const OUString& rsDeckId); void RemoveDeckHighlight (); OUString const & GetDeckIdForIndex (const sal_Int32 nIndex) const; - sal_Int32 GetDeckIndexForId (const OUString& rsDeckId); void ToggleHideFlag (const sal_Int32 nIndex); void RestoreHideFlags(); |