summaryrefslogtreecommitdiff
path: root/include/vcl/combobox.hxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2013-05-20 12:15:51 +0100
committerMichael Meeks <michael.meeks@suse.com>2013-05-20 12:18:03 +0100
commit662d96bc6260e2453a386021dbcfcc6c85ec3778 (patch)
treeafeecbcf0d61e5f4861ca4c09809282bc7bfdb19 /include/vcl/combobox.hxx
parent51207ddd4c956f9740d6ec5bcb91d9e0756af0b6 (diff)
vcl: all EnableAutoSize methods take a bool.
Change-Id: I6f974d6b82f6bb77996d20219b5c0ceb78596c5c
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 1fcfe314ee08..aa19e9c035ee 100644
--- a/include/vcl/combobox.hxx
+++ b/include/vcl/combobox.hxx
@@ -120,7 +120,7 @@ public:
void SetDropDownLineCount( sal_uInt16 nLines );
sal_uInt16 GetDropDownLineCount() const;
- void EnableAutoSize( sal_Bool bAuto );
+ void EnableAutoSize( bool bAuto );
sal_Bool IsAutoSizeEnabled() const { return mbDDAutoSize; }
void EnableDDAutoWidth( sal_Bool b );