summaryrefslogtreecommitdiff
path: root/include/vcl/lstbox.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-02 13:37:42 +0200
committerNoel Grandin <noel@peralex.com>2013-08-12 11:56:38 +0200
commit2231fcc0484f3225936b5cd1fd7f214a10f00848 (patch)
tree56e439796b65155d93410b33cbff9cfb271d1f40 /include/vcl/lstbox.hxx
parent75803cd206e8f119cab71c20c68483744f1ffa5b (diff)
convert vcl::ListBox::GetEntry from XubString to OUString
and make it non-virtual because no-one is overriding it. Change-Id: I7f163aafc2f618100e1b5d01fa67deff0015305b
Diffstat (limited to 'include/vcl/lstbox.hxx')
-rw-r--r--include/vcl/lstbox.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/vcl/lstbox.hxx b/include/vcl/lstbox.hxx
index e032abc551bc..34102ea2a223 100644
--- a/include/vcl/lstbox.hxx
+++ b/include/vcl/lstbox.hxx
@@ -122,11 +122,11 @@ public:
virtual void Clear();
- virtual sal_uInt16 GetEntryPos( const OUString& rStr ) const;
- virtual sal_uInt16 GetEntryPos( const void* pData ) const;
- Image GetEntryImage( sal_uInt16 nPos ) const;
- virtual OUString GetEntry( sal_uInt16 nPos ) const;
- virtual sal_uInt16 GetEntryCount() const;
+ sal_uInt16 GetEntryPos( const OUString& rStr ) const;
+ virtual sal_uInt16 GetEntryPos( const void* pData ) const;
+ Image GetEntryImage( sal_uInt16 nPos ) const;
+ OUString GetEntry( sal_uInt16 nPos ) const;
+ virtual sal_uInt16 GetEntryCount() const;
virtual void SelectEntry( const OUString& rStr, sal_Bool bSelect = sal_True );
virtual void SelectEntryPos( sal_uInt16 nPos, sal_Bool bSelect = sal_True );