diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/osx/a11ytextattributeswrapper.mm | 2 |
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" ) { |