diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-01-11 17:51:30 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-01-11 17:58:28 +0200 |
commit | 90f194ea050db6e9414e0047282ce87a67735d82 (patch) | |
tree | 653997a6d72daa6f7ce063611aa72af079664d9a /include/vcl | |
parent | b4bff4a978247e19f2a9ff02718ef87148f78d01 (diff) |
WaE: unsafe mix of type 'sal_Bool' and type 'bool'
Change-Id: I6d9910d33b34672d412f3346ee9dd131610215d0
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/toolbox.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/toolbox.hxx b/include/vcl/toolbox.hxx index 4589b2498ba3..2b535721cfcb 100644 --- a/include/vcl/toolbox.hxx +++ b/include/vcl/toolbox.hxx @@ -498,7 +498,7 @@ public: void SetOutStyle( sal_uInt16 nNewStyle ); sal_uInt16 GetOutStyle() const { return mnOutStyle; } - void EnableCustomize( sal_Bool bEnable = sal_True ); + void EnableCustomize( bool bEnable = true ); sal_Bool IsCustomize() { return mbCustomize; } sal_Bool IsInCustomizeMode() const { return mbCustomizeMode; } |