diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-09-03 09:54:13 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-09-03 10:47:20 +0200 |
commit | fd81523328891c69ee7cb28bf22308225da42744 (patch) | |
tree | f628b012b3413002cdb4d8dd203fbdfc5f511ea9 /vcl | |
parent | 6b27bca82a3afc98746b5170e1c4cba3f779ab79 (diff) |
fix signature
Change-Id: I3e8f7691135120cc880cccdbea3491c2fdb49c75
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/accel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/accel.h b/vcl/inc/accel.h index b1a07b8abd47..0c27a5411983 100644 --- a/vcl/inc/accel.h +++ b/vcl/inc/accel.h @@ -34,7 +34,7 @@ public: bool mbEnabled; }; -void ImplGetKeyCode( KeyFuncType eFunc, sal_uInt16& rCode1, sal_uInt16& rCode2, sal_uInt16& rCode3, sal_uInt16& rCode4 ); +bool ImplGetKeyCode( KeyFuncType eFunc, sal_uInt16& rCode1, sal_uInt16& rCode2, sal_uInt16& rCode3, sal_uInt16& rCode4 ); #endif // INCLUDED_VCL_INC_ACCEL_H |