diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-11-30 13:56:03 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-11-30 14:10:07 +0000 |
commit | 13436397d2494505d68d8dacc98d2c49ba4f3b36 (patch) | |
tree | df0767dedde7c82fbca366609896781dd986c686 /vcl/inc | |
parent | df46204c5cd3b3209709b537348b4532cc6c9bc4 (diff) |
SetTopEntryStr declared but never defined
Change-Id: Icfca11faebceab2dbb1dd065f0569203159b4ee9
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/vcl/lstbox.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/vcl/lstbox.hxx b/vcl/inc/vcl/lstbox.hxx index 8a768d1cdb36..a3a7dbb5cda4 100644 --- a/vcl/inc/vcl/lstbox.hxx +++ b/vcl/inc/vcl/lstbox.hxx @@ -155,7 +155,6 @@ public: long GetEntryFlags( sal_uInt16 nPos ) const; void SetTopEntry( sal_uInt16 nPos ); - void SetTopEntryStr( const XubString& rStr ); sal_uInt16 GetTopEntry() const; void SaveValue() { mnSaveValue = GetSelectEntryPos(); } |