vcl/osx/a11ytextattributeswrapper.mm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e6d34f00a5c408d64168d84c718ae5071feea4fd
Author:     Michael Weghorn <m.wegh...@posteo.de>
AuthorDate: Thu Nov 2 17:10:52 2023 +0100
Commit:     Michael Weghorn <m.wegh...@posteo.de>
CommitDate: Fri Nov 3 07:30:39 2023 +0100

    macOS a11y: Drop obsolete TODO to implement spelling error attr
    
    Handling for `NSAccessibilityMisspelledTextAttribute` and the newer
    `NSAccessibilityMarkedMisspelledTextAttribute` [1] has been added in
    
        commit db0fa92637a1b2edf26da9917c9dce050ebc8a78
        Author: Boris DuĊĦek <m...@dusek.me>
        Date:   Sun Aug 11 16:37:48 2013 +0200
    
            fdo#67980 - VoiceOver does not inform about misspelled text
    
    and VoiceOver announces misspelled Writer text as such, so drop the
    obsolete TODO.
    
    [1] 
https://developer.apple.com/documentation/appkit/nsaccessibilitymarkedmisspelledtextattribute
    
    Change-Id: Id8ae1ee660e87c06ac7f559b5cdf1b31e22aef90
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158840
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>

diff --git a/vcl/osx/a11ytextattributeswrapper.mm 
b/vcl/osx/a11ytextattributeswrapper.mm
index 8a8afe9a154b..4404dc646365 100644
--- a/vcl/osx/a11ytextattributeswrapper.mm
+++ b/vcl/osx/a11ytextattributeswrapper.mm
@@ -199,7 +199,7 @@ using namespace ::com::sun::star::uno;
     bool underlineHasColor = false;
     // add attributes to string
     for ( const PropertyValue& property : attributes ) {
-        // TODO: NSAccessibilityMisspelledTextAttribute, 
NSAccessibilityAttachmentTextAttribute, NSAccessibilityLinkTextAttribute
+        // TODO: NSAccessibilityAttachmentTextAttribute, 
NSAccessibilityLinkTextAttribute
         // NSAccessibilityStrikethroughColorTextAttribute is unsupported by 
UNP-API
         if ( property.Value.hasValue() ) {
             if ( property.Name == "CharUnderline" ) {

Reply via email to