diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-21 17:07:05 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-21 18:24:02 +0100 |
commit | b184636e1ccbc6560430a6a3e44fe56d2014c8f7 (patch) | |
tree | f79664745b4945e2c19beac2772ee27c31f91914 /vcl/inc | |
parent | f44116909d356fdc9c9ec8658be6cc465cb46686 (diff) |
bool improvements
Change-Id: I714caa8dc3d34fd56e6a11f57db6723dcb7e6705
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/window.h b/vcl/inc/window.h index 00702c2aee5d..fddddb64c4a2 100644 --- a/vcl/inc/window.h +++ b/vcl/inc/window.h @@ -320,7 +320,7 @@ public: sal_Int32 mnMarginRight; sal_Int32 mnMarginTop; sal_Int32 mnMarginBottom; - sal_uInt8 mbFrame:1, + bool mbFrame:1, mbBorderWin:1, mbOverlapWin:1, mbSysWin:1, |