summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2023-11-02 17:10:52 +0100
committerMichael Weghorn <m.weghorn@posteo.de>2023-11-03 07:30:39 +0100
commite6d34f00a5c408d64168d84c718ae5071feea4fd (patch)
treee99e15b1a5b7a074dbd799f8b8a53d225de83c06 /vcl
parentfa7ae4638431bf4f4d40d16ab0017ec59e233039 (diff)
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 <me@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.weghorn@posteo.de>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/osx/a11ytextattributeswrapper.mm2
1 files changed, 1 insertions, 1 deletions
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" ) {