[Libreoffice-commits] core.git: vcl/osx

Niklas Johansson sleeping.pillow at gmail.com
Fri Feb 5 10:51:34 UTC 2016


 vcl/osx/a11ywrapper.mm |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit ef40463c5be1be76771af6e9abd70ed4dc99ca15
Author: Niklas Johansson <sleeping.pillow at gmail.com>
Date:   Thu Feb 4 15:59:14 2016 +0100

    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 at documentfoundation.org>
    Tested-by: jan iversen <jani at documentfoundation.org>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/vcl/osx/a11ywrapper.mm b/vcl/osx/a11ywrapper.mm
index a59a99d..bab3886 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;
 }


More information about the Libreoffice-commits mailing list