summaryrefslogtreecommitdiff
path: root/sw/source/ui/index
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-12-20 14:07:57 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-12-21 07:24:54 +0100
commiteacc089ce8d352b6ed7ffa616d14557331ee4272 (patch)
treefa589439113e52207a9b6c5b6fc35e59e4dea03c /sw/source/ui/index
parent3d9f9e7d16aae89ff9956bff54326a56d40b7866 (diff)
loplugin:unusedmethods
Change-Id: I63f03bd1a0510bf411341e1a04a40eb7fce2d57e Reviewed-on: https://gerrit.libreoffice.org/65495 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/ui/index')
-rw-r--r--sw/source/ui/index/cnttab.cxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/sw/source/ui/index/cnttab.cxx b/sw/source/ui/index/cnttab.cxx
index dc0f262836d4..100c11add88c 100644
--- a/sw/source/ui/index/cnttab.cxx
+++ b/sw/source/ui/index/cnttab.cxx
@@ -2582,23 +2582,6 @@ void SwTOXEntryTabPage::SetWrtShell(SwWrtShell& rSh)
RES_POOLCHR_IDX_MAIN_ENTRY, OUString()));
}
-OUString SwTOXEntryTabPage::GetLevelHelp(sal_uInt16 nLevel) const
-{
- OUString sRet;
- SwMultiTOXTabDialog* pTOXDlg = static_cast<SwMultiTOXTabDialog*>(GetTabDialog());
- const CurTOXType aCurType = pTOXDlg->GetCurrentTOXType();
- if( TOX_INDEX == aCurType.eType )
- SwStyleNameMapper::FillUIName( static_cast< sal_uInt16 >(1 == nLevel ? RES_POOLCOLL_TOX_IDXBREAK
- : RES_POOLCOLL_TOX_IDX1 + nLevel-2), sRet );
-
- else if( TOX_AUTHORITIES == aCurType.eType )
- {
- //wildcard -> show entry text
- sRet = "*";
- }
- return sRet;
-}
-
static const char* STR_TOKEN_ARY[] =
{
STR_TOKEN_ENTRY_NO,