Kaydet (Commit) f9a1e907 authored tarafından Eike Rathke's avatar Eike Rathke

interface with COMBOBOX_... instead of LISTBOX_...

... even if it is the same value.

Change-Id: I62f81d181f25723cba5ca0fbfb395539385a007a
üst 4cacc608
...@@ -154,7 +154,7 @@ public: ...@@ -154,7 +154,7 @@ public:
void DrawEntry( const UserDrawEvent& rEvt, bool bDrawImage, bool bDrawText, bool bDrawTextAtImagePos = false ); void DrawEntry( const UserDrawEvent& rEvt, bool bDrawImage, bool bDrawText, bool bDrawTextAtImagePos = false );
void SetBorderStyle( sal_uInt16 nBorderStyle ); void SetBorderStyle( sal_uInt16 nBorderStyle );
void SetSeparatorPos( sal_Int32 n = LISTBOX_ENTRY_NOTFOUND ); void SetSeparatorPos( sal_Int32 n = COMBOBOX_ENTRY_NOTFOUND );
void EnableAutocomplete( bool bEnable, bool bMatchCase = false ); void EnableAutocomplete( bool bEnable, bool bMatchCase = false );
bool IsAutocompleteEnabled() const; bool IsAutocompleteEnabled() const;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment