summaryrefslogtreecommitdiff
path: root/vcl/osx/a11yrolehelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/osx/a11yrolehelper.h')
-rw-r--r--vcl/osx/a11yrolehelper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/a11yrolehelper.h b/vcl/osx/a11yrolehelper.h
index afa8af4bf3a7..7a4df6dbe967 100644
--- a/vcl/osx/a11yrolehelper.h
+++ b/vcl/osx/a11yrolehelper.h
@@ -25,7 +25,7 @@
@interface AquaA11yRoleHelper : NSObject
{
}
-+(id)getNativeRoleFrom: (::com::sun::star::accessibility::XAccessibleContext *) accessibleContext;
++(id)getNativeRoleFrom: (css::accessibility::XAccessibleContext *) accessibleContext;
+(id)getNativeSubroleFrom: (sal_Int16) nRole;
+(id)getRoleDescriptionFrom: (NSString *) role with: (NSString *) subRole;
@end