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/vcl/lstbox.hxx | |
parent | e8be58a10bce944525b4186db64629f526cf20ce (diff) |
convert GetSelectEntry family to OUString
Change-Id: Id3282e2efd6573bed7fd172021dae9aee9342fae
Diffstat (limited to 'include/vcl/lstbox.hxx')
-rw-r--r-- | include/vcl/lstbox.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/lstbox.hxx b/include/vcl/lstbox.hxx index a69162929652..9cd5459532e2 100644 --- a/include/vcl/lstbox.hxx +++ b/include/vcl/lstbox.hxx @@ -131,9 +131,9 @@ public: virtual void SelectEntry( const XubString& rStr, sal_Bool bSelect = sal_True ); virtual void SelectEntryPos( sal_uInt16 nPos, sal_Bool bSelect = sal_True ); - virtual sal_uInt16 GetSelectEntryCount() const; - virtual XubString GetSelectEntry( sal_uInt16 nSelIndex = 0 ) const; - virtual sal_uInt16 GetSelectEntryPos( sal_uInt16 nSelIndex = 0 ) const; + virtual sal_uInt16 GetSelectEntryCount() const; + virtual OUString GetSelectEntry( sal_uInt16 nSelIndex = 0 ) const; + virtual sal_uInt16 GetSelectEntryPos( sal_uInt16 nSelIndex = 0 ) const; virtual bool IsEntrySelected(const OUString& rStr) const; virtual sal_Bool IsEntryPosSelected( sal_uInt16 nPos ) const; |