summaryrefslogtreecommitdiffstats
path: root/svtools/source/contnr/templwin.cxx
diff options
context:
space:
mode:
authorSzabolcs Dezsi <dezsiszabi@hotmail.com>2012-02-27 11:23:51 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-02-27 11:23:51 +0000
commit2b179ca1744d12630488619f948e5eb860e1fb41 (patch)
treeea71499aee7ec222439a731578cd409c1efda571 /svtools/source/contnr/templwin.cxx
parentfix msvc2005 build (diff)
downloadcore-2b179ca1744d12630488619f948e5eb860e1fb41.tar.gz
core-2b179ca1744d12630488619f948e5eb860e1fb41.zip
Removed unused code
Diffstat (limited to 'svtools/source/contnr/templwin.cxx')
-rw-r--r--svtools/source/contnr/templwin.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/svtools/source/contnr/templwin.cxx b/svtools/source/contnr/templwin.cxx
index 5cc09c95000e..de5529d00e03 100644
--- a/svtools/source/contnr/templwin.cxx
+++ b/svtools/source/contnr/templwin.cxx
@@ -459,12 +459,6 @@ String SvtIconWindow_Impl::GetSelectedIconURL() const
return aURL;
}
-String SvtIconWindow_Impl::GetSelectedIconText() const
-{
- sal_uLong nPos;
- return MnemonicGenerator::EraseAllMnemonicChars( aIconCtrl.GetSelectedEntry( nPos )->GetText() );
-}
-
String SvtIconWindow_Impl::GetIconText( const String& rURL ) const
{
String aText;