summaryrefslogtreecommitdiff
path: root/vcl/source/control
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-18 11:56:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-18 12:34:13 +0100
commit46906b68c443939beb9b0c44d3bef9c1ce9c39d9 (patch)
tree821088e62be796d8ce7a6110e1aff4f7f8015931 /vcl/source/control
parentb0041fd68ae1a9df91f8c3274e0b4003ef914a44 (diff)
callcatcher: update unused code
One of the SfxTabDialog ResID ctors is now gone, progress. Equally pleasing is that the last use of the old PercentField is gone now as well, so that can be removed and the new PercentFieldWrap can be renamed as PercentField to take its place Change-Id: I7a706e98d4dfdc3541da73c3375ee067a799b4bd
Diffstat (limited to 'vcl/source/control')
-rw-r--r--vcl/source/control/ilstbox.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/vcl/source/control/ilstbox.cxx b/vcl/source/control/ilstbox.cxx
index 68c01ea787b0..03da1f7a754c 100644
--- a/vcl/source/control/ilstbox.cxx
+++ b/vcl/source/control/ilstbox.cxx
@@ -2299,16 +2299,6 @@ sal_uInt16 ImplListBox::InsertEntry( sal_uInt16 nPos, const OUString& rStr )
// -----------------------------------------------------------------------
-sal_uInt16 ImplListBox::InsertEntry( sal_uInt16 nPos, const Image& rImage )
-{
- ImplEntryType* pNewEntry = new ImplEntryType( rImage );
- sal_uInt16 nNewPos = maLBWindow.InsertEntry( nPos, pNewEntry );
- StateChanged( STATE_CHANGE_DATA );
- return nNewPos;
-}
-
-// -----------------------------------------------------------------------
-
sal_uInt16 ImplListBox::InsertEntry( sal_uInt16 nPos, const OUString& rStr, const Image& rImage )
{
ImplEntryType* pNewEntry = new ImplEntryType( rStr, rImage );