summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-21 17:07:05 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-21 18:24:02 +0100
commitb184636e1ccbc6560430a6a3e44fe56d2014c8f7 (patch)
treef79664745b4945e2c19beac2772ee27c31f91914 /vcl/inc
parentf44116909d356fdc9c9ec8658be6cc465cb46686 (diff)
bool improvements
Change-Id: I714caa8dc3d34fd56e6a11f57db6723dcb7e6705
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/window.h2
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,