diff options
author | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2010-09-02 14:25:11 +0200 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2010-09-02 14:25:11 +0200 |
commit | a13e86aa558971ec0356c1541f78565dca0063e7 (patch) | |
tree | 837a14dd3d801da70000be41b730fd6e2d276aa3 /vcl/inc | |
parent | 376ee9f82bf0d1d78f0e7ba38a2663857582ca21 (diff) | |
parent | a8925dac459af1c77d720699a17009be9a140d47 (diff) |
dba34a: merged in CWS dba33i
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/vcl/combobox.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/vcl/combobox.hxx b/vcl/inc/vcl/combobox.hxx index e35474a84d53..640c70e7116f 100644 --- a/vcl/inc/vcl/combobox.hxx +++ b/vcl/inc/vcl/combobox.hxx @@ -138,6 +138,7 @@ public: USHORT GetEntryPos( const XubString& rStr ) const; USHORT GetEntryPos( const void* pData ) const; + Image GetEntryImage( USHORT nPos ) const; XubString GetEntry( USHORT nPos ) const; USHORT GetEntryCount() const; |