include/svx/AccessibleShape.hxx |    7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

New commits:
commit a6657ccf581aba2f46cc506a3071fe01d808b5ef
Author:     Michael Weghorn <[email protected]>
AuthorDate: Mon Jan 12 20:21:48 2026 +0100
Commit:     Michael Weghorn <[email protected]>
CommitDate: Tue Jan 13 19:38:59 2026 +0100

    svx a11y: Drop redundant comment
    
    The class definition a few lines further down
    already shows what interfaces are implemented
    and that naturally means that the interface
    descriptions can be consulted to learn more
    about the methods, so there's no need to
    explicitly mention that.
    
    Change-Id: I9ee7c5544ae4ef7f828bea672e27ff4482cc42ec
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/197143
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <[email protected]>

diff --git a/include/svx/AccessibleShape.hxx b/include/svx/AccessibleShape.hxx
index 36d19b8c5292..dabe921ae7e9 100644
--- a/include/svx/AccessibleShape.hxx
+++ b/include/svx/AccessibleShape.hxx
@@ -59,12 +59,7 @@ class AccessibleTextHelper;
 class ChildrenManager;
 class IAccessibleParent;
 
-/** This base class provides a base implementation for all shapes.  For more
-    detailed documentation about the methods refer to the descriptions of
-    the implemented interfaces.  These are, among others,
-    XAccessible, <type>XAccessibleContext</type>,
-    XAccessibleComponent and
-    XAccessibleExtendedComponent.
+/** This base class provides a base implementation for all shapes.
 
     <p>The children of a shape can stem from two sources which, in case of
     SVX and SD shapes, are mutually exclusive.  This implementation,

Reply via email to