summaryrefslogtreecommitdiff
path: root/include/vcl/combobox.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2014-05-13 17:15:09 +0200
committerEike Rathke <erack@redhat.com>2014-05-15 12:34:34 +0200
commitf9a1e9074729d540d29a9ded2b3303373d3a9011 (patch)
tree4a14f0a1d2525193650ed397abd95d9a474c8031 /include/vcl/combobox.hxx
parent4cacc6080e61374fd573fffb3bc2a54968c1b61a (diff)
interface with COMBOBOX_... instead of LISTBOX_...
... even if it is the same value. Change-Id: I62f81d181f25723cba5ca0fbfb395539385a007a
Diffstat (limited to 'include/vcl/combobox.hxx')
-rw-r--r--include/vcl/combobox.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/combobox.hxx b/include/vcl/combobox.hxx
index 8af4458651d7..85ea06f9683c 100644
--- a/include/vcl/combobox.hxx
+++ b/include/vcl/combobox.hxx
@@ -154,7 +154,7 @@ public:
void DrawEntry( const UserDrawEvent& rEvt, bool bDrawImage, bool bDrawText, bool bDrawTextAtImagePos = false );
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 );
bool IsAutocompleteEnabled() const;