summaryrefslogtreecommitdiff
path: root/vcl/inc/accmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/accmgr.hxx')
-rw-r--r--vcl/inc/accmgr.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/inc/accmgr.hxx b/vcl/inc/accmgr.hxx
index 98dd74f9c6ed..4645cb27abc2 100644
--- a/vcl/inc/accmgr.hxx
+++ b/vcl/inc/accmgr.hxx
@@ -41,13 +41,13 @@ public:
}
~ImplAccelManager();
- sal_Bool InsertAccel( Accelerator* pAccel );
+ bool InsertAccel( Accelerator* pAccel );
void RemoveAccel( Accelerator* pAccel );
- void EndSequence( sal_Bool bCancel = sal_False );
- void FlushAccel() { EndSequence( sal_True ); }
+ void EndSequence( bool bCancel = false );
+ void FlushAccel() { EndSequence( true ); }
- sal_Bool IsAccelKey( const KeyCode& rKeyCode, sal_uInt16 nRepeat );
+ bool IsAccelKey( const KeyCode& rKeyCode, sal_uInt16 nRepeat );
};
#endif // INCLUDED_VCL_INC_ACCMGR_HXX