offapi/com/sun/star/drawing/AccessibleShape.idl | 1 - 1 file changed, 1 deletion(-)
New commits: commit a75316e93ae64bd09416f1f1e4f3df94fb147583 Author: Michael Weghorn <[email protected]> AuthorDate: Mon Jan 12 09:56:01 2026 +0100 Commit: Michael Weghorn <[email protected]> CommitDate: Mon Jan 12 13:06:55 2026 +0100 a11y: Don't mention dropped method in AccessibleShape doc XAccessibleExtendedComponent::getFont was dropped in commit a2c1a337f0bd02353433c2f944049e9f3ee72bcb Author: Michael Weghorn <[email protected]> Date: Wed Dec 4 15:36:59 2024 +0100 [API CHANGE] a11y: Drop XAccessibleExtendedComponent::getFont , so don't refer to it in the AccessibleShape doc any more. This addresses the warning mentioned in [1]: > Now there is this warning when building: > >> E:/jenkins/workspace/gerrit_windows_wsl/offapi/com/sun/star/drawing/AccessibleShape.idl:164: >> warning: explicit link request to >> 'com::sun::star::accessibility::XAccessibleExtendedComponent::getFont()' >> could not be resolved > > See e.g. https://ci.libreoffice.org/job/gerrit_windows_wsl/6486/consoleFull [1] https://gerrit.libreoffice.org/c/core/+/177809/comments/d829fa46_3e3b2353 Change-Id: I75e80b07c8a57b29889c90bf28a05264c25f501c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/197078 Tested-by: Jenkins Reviewed-by: Michael Weghorn <[email protected]> diff --git a/offapi/com/sun/star/drawing/AccessibleShape.idl b/offapi/com/sun/star/drawing/AccessibleShape.idl index 5b3b61aec2de..7530f9d9c504 100644 --- a/offapi/com/sun/star/drawing/AccessibleShape.idl +++ b/offapi/com/sun/star/drawing/AccessibleShape.idl @@ -161,7 +161,6 @@ service AccessibleShape /** Give extended access to the graphical representation of a shape. <p>The functions - ::com::sun::star::accessibility::XAccessibleExtendedComponent::getFont(), ::com::sun::star::accessibility::XAccessibleExtendedComponent::getTitledBorderText(), and ::com::sun::star::accessibility::XAccessibleExtendedComponent::getToolTipText() are not supported and return empty references respectively empty
