summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-02-17 09:24:47 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-02-17 11:44:56 +0000
commit0f46d90621eb5af6548ec6e9933b3a041728bd4e (patch)
tree00dc05ddcb932d7b4ee18172a77bf8dc4fd8fbb6 /include
parent1e33cd8355eb1d856a1439b4a095e379b3acf0bd (diff)
callcatcher: update unused code
Change-Id: I08e99a019fd2ec16e2c995035e4bcc09678ef92b
Diffstat (limited to 'include')
-rw-r--r--include/svtools/ctrlbox.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/svtools/ctrlbox.hxx b/include/svtools/ctrlbox.hxx
index 886650bb59f8..6f78ee337069 100644
--- a/include/svtools/ctrlbox.hxx
+++ b/include/svtools/ctrlbox.hxx
@@ -310,7 +310,6 @@ public:
void SetNone( const OUString& sNone );
using ListBox::InsertEntry;
- sal_Int32 InsertEntry( const OUString& rStr, sal_Int32 nPos = LISTBOX_APPEND );
/** Insert a listbox entry with all widths in Twips. */
void InsertEntry( BorderWidthImpl aWidthImpl,
sal_uInt16 nStyle, long nMinWidth = 0,
@@ -318,10 +317,6 @@ public:
ColorFunc pColor2Fn = &sameColor,
ColorDistFunc pColorDistFn = &sameDistColor );
- using ListBox::RemoveEntry;
- void RemoveEntry( sal_Int32 nPos );
- void Clear();
-
using ListBox::GetEntryPos;
sal_Int32 GetEntryPos( sal_uInt16 nStyle = com::sun::star::table::BorderLineStyle::SOLID ) const;
sal_uInt16 GetEntryStyle( sal_Int32 nPos ) const;