From ef40463c5be1be76771af6e9abd70ed4dc99ca15 Mon Sep 17 00:00:00 2001 From: Niklas Johansson Date: Thu, 4 Feb 2016 15:59:14 +0100 Subject: Remove old non relevant comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Tested-by: jan iversen Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- vcl/osx/a11ywrapper.mm | 4 ---- 1 file changed, 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; } -- cgit