summaryrefslogtreecommitdiff
path: root/vcl/inc/accel.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/accel.h')
-rw-r--r--vcl/inc/accel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/accel.h b/vcl/inc/accel.h
index d1ccb875baa0..e3e92c78a8a5 100644
--- a/vcl/inc/accel.h
+++ b/vcl/inc/accel.h
@@ -31,7 +31,7 @@ public:
KeyCode maKeyCode;
Accelerator* mpAccel;
Accelerator* mpAutoAccel;
- sal_Bool mbEnabled;
+ bool mbEnabled;
};
void ImplGetKeyCode( KeyFuncType eFunc, sal_uInt16& rCode1, sal_uInt16& rCode2, sal_uInt16& rCode3, sal_uInt16& rCode4 );