summaryrefslogtreecommitdiff
path: root/vcl/inc/accmgr.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-08 12:45:38 +0200
committerNoel Grandin <noel@peralex.com>2015-09-09 10:06:12 +0200
commit78b124143a3c2bd82984c1c06aa3265c211cef13 (patch)
treeb48ab1bf75f7b9d548bec8b1c0427d733cc48ecf /vcl/inc/accmgr.hxx
parent6f4e11a95bcd7a591cb93d1a842bbc8ad1ed31c9 (diff)
convert Link<> to typed
Change-Id: I2f36a123662488ef5534f7bf0845d61e497fb0ec
Diffstat (limited to 'vcl/inc/accmgr.hxx')
-rw-r--r--vcl/inc/accmgr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/accmgr.hxx b/vcl/inc/accmgr.hxx
index 671c34715ff9..4f8e553d4bb4 100644
--- a/vcl/inc/accmgr.hxx
+++ b/vcl/inc/accmgr.hxx
@@ -45,8 +45,8 @@ public:
bool InsertAccel( Accelerator* pAccel );
void RemoveAccel( Accelerator* pAccel );
- void EndSequence( bool bCancel = false );
- void FlushAccel() { EndSequence( true ); }
+ void EndSequence();
+ void FlushAccel() { EndSequence(); }
bool IsAccelKey( const vcl::KeyCode& rKeyCode, sal_uInt16 nRepeat );
};