summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-02-05 09:24:25 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-02-05 09:47:48 +0000
commit194016b1d7a3f09baeaddfcfdb369adf15f9cff2 (patch)
tree18bde561673d11491849d803dee4980ae48de259 /svx
parentf3eccc655387b47fb0986558b8835588eee2898d (diff)
callcatcher: update unused code
Change-Id: I540d192a361938cd4dca811e7170d762841662ee
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/fontlb.cxx8
1 files changed, 0 insertions, 8 deletions
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,