diff options
Diffstat (limited to 'vcl')
-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 ) ); } |