diff options
author | Niklas Johansson <sleeping.pillow@gmail.com> | 2016-02-04 15:59:14 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-02-05 10:51:14 +0000 |
commit | ef40463c5be1be76771af6e9abd70ed4dc99ca15 (patch) | |
tree | 5d1066c02fcaa40be55e69209844b9490a1bfbd3 | |
parent | 79d565408eabc846692a2ed027707e6fe33adba4 (diff) |
Remove old non relevant comment
The code that the comment is talking about was removed by the commit:
fb6edeb20de56359be3d45316a2d665ad8d424a2
Let's remove the comment to spare our selfs from confusion
Change-Id: I7bdefb0ead5139be009bfb8dd7d9ad7c6821e3e8
Reviewed-on: https://gerrit.libreoffice.org/22120
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | vcl/osx/a11ywrapper.mm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/osx/a11ywrapper.mm b/vcl/osx/a11ywrapper.mm index a59a99d7b784..bab388681f51 100644 --- a/vcl/osx/a11ywrapper.mm +++ b/vcl/osx/a11ywrapper.mm @@ -1127,10 +1127,6 @@ Reference < XAccessibleContext > hitTestRunner ( css::awt::Point point, return [self window]; } -// These four are for AXTextAreas only. They are needed, because bold and italic -// attributes have to be bound to a font on the Mac. Our UNO-API instead handles -// and reports them independently. When they occur we bundle them to a font with -// this information here to create a according NSFont. -(void)setActsAsRadioGroup:(BOOL)actsAsRadioGroup { mActsAsRadioGroup = actsAsRadioGroup; } |