diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-04-04 09:59:50 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-04-04 09:59:50 +0000 |
commit | 43949bd43a8a4904346dd804891d62d57b0a6ce2 (patch) | |
tree | 6e625d53eefd5ae8eed3a160c0f854b1997c8c61 /vcl | |
parent | b409c259507eab4b5ee092cd006b3bfe930dbd42 (diff) |
INTEGRATION: CWS aquavcl06 (1.4.6); FILE MERGED
2008/04/01 09:44:50 pl 1.4.6.1: #i87239# implement noop selector
Diffstat (limited to 'vcl')
-rwxr-xr-x | vcl/aqua/source/window/salframeview.mm | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/vcl/aqua/source/window/salframeview.mm b/vcl/aqua/source/window/salframeview.mm index c1c71cd4d6e4..7f4db528d5de 100755 --- a/vcl/aqua/source/window/salframeview.mm +++ b/vcl/aqua/source/window/salframeview.mm @@ -4,9 +4,9 @@ * * $RCSfile: salframeview.mm,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: kz $ $Date: 2008-03-05 17:01:58 $ + * last change: $Author: kz $ $Date: 2008-04-04 10:59:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -781,6 +781,10 @@ static const struct ExceptionalKey [self sendKeyInputAndReleaseToFrame: KEY_ESCAPE character: 0x1b]; } +-(void)noop: (id)aSender +{ +} + -(void)sendKeyInputAndReleaseToFrame: (USHORT)nKeyCode character: (sal_Unicode)aChar { YIELD_GUARD; |