diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-07-26 17:21:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-07-26 20:37:39 +0100 |
commit | 225d50da607a8a4115f45b2c433cb280fac70361 (patch) | |
tree | c41a2f2d1423cb0b37efce53c3898986d2b85b8a /include/svtools | |
parent | e8be58a10bce944525b4186db64629f526cf20ce (diff) |
convert GetSelectEntry family to OUString
Change-Id: Id3282e2efd6573bed7fd172021dae9aee9342fae
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/ctrlbox.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svtools/ctrlbox.hxx b/include/svtools/ctrlbox.hxx index 79c976bb12fb..621d8f8b8264 100644 --- a/include/svtools/ctrlbox.hxx +++ b/include/svtools/ctrlbox.hxx @@ -196,8 +196,6 @@ public: void SelectEntry( const XubString& rStr, sal_Bool bSelect = sal_True ) { ListBox::SelectEntry( rStr, bSelect ); } void SelectEntry( const Color& rColor, sal_Bool bSelect = sal_True ); - XubString GetSelectEntry( sal_uInt16 nSelIndex = 0 ) const - { return ListBox::GetSelectEntry( nSelIndex ); } Color GetSelectEntryColor( sal_uInt16 nSelIndex = 0 ) const; bool IsEntrySelected(const OUString& rStr ) const { |