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 /vcl/source/control | |
parent | e8be58a10bce944525b4186db64629f526cf20ce (diff) |
convert GetSelectEntry family to OUString
Change-Id: Id3282e2efd6573bed7fd172021dae9aee9342fae
Diffstat (limited to 'vcl/source/control')
-rw-r--r-- | vcl/source/control/lstbox.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/lstbox.cxx b/vcl/source/control/lstbox.cxx index fa9c420bcff6..f72b2a2a9dac 100644 --- a/vcl/source/control/lstbox.cxx +++ b/vcl/source/control/lstbox.cxx @@ -1090,7 +1090,7 @@ sal_uInt16 ListBox::GetEntryCount() const } -XubString ListBox::GetSelectEntry( sal_uInt16 nIndex ) const +OUString ListBox::GetSelectEntry(sal_uInt16 nIndex) const { return GetEntry( GetSelectEntryPos( nIndex ) ); } |