From 194016b1d7a3f09baeaddfcfdb369adf15f9cff2 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 5 Feb 2015 09:24:25 +0000 Subject: callcatcher: update unused code Change-Id: I540d192a361938cd4dca811e7170d762841662ee --- svx/source/dialog/fontlb.cxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'svx') diff --git a/svx/source/dialog/fontlb.cxx b/svx/source/dialog/fontlb.cxx index dd4d1d6dfe3f..5ae4c21b651d 100644 --- a/svx/source/dialog/fontlb.cxx +++ b/svx/source/dialog/fontlb.cxx @@ -24,9 +24,6 @@ #include "svtools/treelistentry.hxx" #include "svtools/viewdataentry.hxx" - - - SvLBoxFontString::SvLBoxFontString() : SvLBoxString() , mbUseColor(false) @@ -132,11 +129,6 @@ sal_uLong SvxFontListBox::GetSelectEntryPos() const return pSvLBoxEntry ? GetModel()->GetAbsPos( pSvLBoxEntry ) : TREELIST_ENTRY_NOTFOUND; } -OUString SvxFontListBox::GetSelectEntry() const -{ - return GetEntryText(GetSelectEntryPos()); -} - void SvxFontListBox::InitEntry( SvTreeListEntry* pEntry, const OUString& rEntryText, const Image& rCollImg, const Image& rExpImg, -- cgit v1.2.3