include/test/a11y/AccessibilityTools.hxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit fb42b73d50eb3856a96c8c6f269e37d9da2181f2 Author: Colomban Wendling <cwendl...@hypra.fr> AuthorDate: Thu Feb 2 11:08:37 2023 +0100 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Fri Feb 3 17:11:12 2023 +0000 test/a11y: Remove declaration for undefined method getStateName() has been removed and superseded by debugAccessibleStateSet() in 8d8e6c84e512c1a8b33aac75965b84481d1a1d13 but its declaration was still there. Change-Id: I3c7a9dc74b7230cde2fc61a86ca7659e35ba2bdf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146496 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/include/test/a11y/AccessibilityTools.hxx b/include/test/a11y/AccessibilityTools.hxx index 65116a2d19d4..88276bac700d 100644 --- a/include/test/a11y/AccessibilityTools.hxx +++ b/include/test/a11y/AccessibilityTools.hxx @@ -78,7 +78,6 @@ public: } static OUString getRoleName(const sal_Int16 role); - static OUString getStateName(const sal_Int16 state); static OUString getEventIdName(const sal_Int16 event_id); static OUString getRelationTypeName(const sal_Int16 rel_type);