diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-30 09:43:40 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-30 12:57:58 +0100 |
commit | 437adaac0af448ef1ffe48a7f59f1770d2dd2458 (patch) | |
tree | ddcba2e2780583eaf37b87e57417649d92f7670b /svtools | |
parent | 4b850b204fbbe13e3ed11434f262dfabe528241a (diff) |
loplugin:unusedmethods
Change-Id: Id0d68d659fa06a8230ed0d927b85b6b504525d1e
Reviewed-on: https://gerrit.libreoffice.org/64328
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/control/tabbar.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/svtools/source/control/tabbar.cxx b/svtools/source/control/tabbar.cxx index 884323216aaf..15416b88a880 100644 --- a/svtools/source/control/tabbar.cxx +++ b/svtools/source/control/tabbar.cxx @@ -2260,14 +2260,6 @@ OUString TabBar::GetHelpText(sal_uInt16 nPageId) const return OUString(); } -OString TabBar::GetHelpId(sal_uInt16 nPageId) const -{ - sal_uInt16 nPos = GetPagePos(nPageId); - if (nPos != PAGE_NOT_FOUND) - return mpImpl->mpItemList[nPos]->maHelpId; - return OString(); -} - bool TabBar::StartDrag(const CommandEvent& rCEvt, vcl::Region& rRegion) { if (!(mnWinStyle & WB_DRAG) || (rCEvt.GetCommand() != CommandEventId::StartDrag)) |