vcl/inc/accessibility/accessibleiconchoicectrl.hxx |    2 --
 vcl/inc/accessibility/accessiblelistbox.hxx        |    2 --
 vcl/inc/accessibility/vclxaccessiblelistitem.hxx   |   13 -------------
 3 files changed, 17 deletions(-)

New commits:
commit f0868e555a3054487c49690c9e2398bedf9067b7
Author:     Michael Weghorn <m.wegh...@posteo.de>
AuthorDate: Thu Feb 27 08:23:14 2025 +0100
Commit:     Michael Weghorn <m.wegh...@posteo.de>
CommitDate: Thu Feb 27 23:02:26 2025 +0100

    vcl a11y: Drop comments mentioning non-existent OAccessibleListBoxEntry
    
    It's unclear what they're referring to, e.g. when
    the one in vcl/inc/accessibility/vclxaccessiblelistitem.hxx
    was added in
    
        commit d1a197df359aa2d7f8010f1103fe5080060cbc90
        Author: Jens-Heiner Rechtien <h...@openoffice.org>
        Date:   Wed Jun 27 14:26:30 2007 +0000
    
            INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED
            2006/10/05 08:20:12 fs 1.1.2.3: MANUAL RESYNC m130->m185:
            file had been modified in MWS, but moved herein in CWS
            2005/09/28 11:40:36 fs 1.1.2.2: manual resync (files have been 
moved herein from another location): licence change
            2005/03/07 08:27:39 fs 1.1.2.1: #i44293# moved implementations 
herein from toolkit module
    
    , it was already just above the VCLXAccessibleListItem
    class declaration.
    
    Change-Id: I97b89e4c8869e715c1e4332fca04f66ee020fdd7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182273
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>

diff --git a/vcl/inc/accessibility/accessibleiconchoicectrl.hxx 
b/vcl/inc/accessibility/accessibleiconchoicectrl.hxx
index 7a5f8dd33204..b15ebf728eba 100644
--- a/vcl/inc/accessibility/accessibleiconchoicectrl.hxx
+++ b/vcl/inc/accessibility/accessibleiconchoicectrl.hxx
@@ -28,8 +28,6 @@
 
 class SvtIconChoiceCtrl;
 
-/** the class OAccessibleListBoxEntry represents the base class for an 
accessible object of a listbox entry
-*/
 class AccessibleIconChoiceCtrl final :
     public cppu::ImplInheritanceHelper<
         VCLXAccessibleComponent,
diff --git a/vcl/inc/accessibility/accessiblelistbox.hxx 
b/vcl/inc/accessibility/accessiblelistbox.hxx
index 746ef60ae006..4678ef42da91 100644
--- a/vcl/inc/accessibility/accessiblelistbox.hxx
+++ b/vcl/inc/accessibility/accessiblelistbox.hxx
@@ -32,8 +32,6 @@ class AccessibleListBoxEntry;
 class SvTreeListBox;
 class SvTreeListEntry;
 
-/** the class OAccessibleListBoxEntry represents the base class for an 
accessible object of a listbox entry
-*/
 class AccessibleListBox :
     public cppu::ImplInheritanceHelper<
         VCLXAccessibleComponent,
diff --git a/vcl/inc/accessibility/vclxaccessiblelistitem.hxx 
b/vcl/inc/accessibility/vclxaccessiblelistitem.hxx
index d1bf3e6e49b8..8f60b42d496d 100644
--- a/vcl/inc/accessibility/vclxaccessiblelistitem.hxx
+++ b/vcl/inc/accessibility/vclxaccessiblelistitem.hxx
@@ -28,10 +28,6 @@
 #include <accessibility/vclxaccessiblelist.hxx>
 #include <tools/gen.hxx>
 
-// class VCLXAccessibleListItem ------------------------------------------
-
-/** the class OAccessibleListBoxEntry represents the base class for an 
accessible object of a listbox entry
-*/
 class VCLXAccessibleListItem final
     : public cppu::ImplInheritanceHelper<
           comphelper::OAccessibleComponentHelper, 
css::accessibility::XAccessible,
commit 0424b3c6475f988d67a5896f83e115958fae4fe7
Author:     Michael Weghorn <m.wegh...@posteo.de>
AuthorDate: Thu Feb 27 08:20:02 2025 +0100
Commit:     Michael Weghorn <m.wegh...@posteo.de>
CommitDate: Thu Feb 27 23:02:20 2025 +0100

    vcl a11y: Drop unused forward declaration
    
    Change-Id: I780c37e573707279fc83f7c552aafa514d2f79ec
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182272
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>

diff --git a/vcl/inc/accessibility/vclxaccessiblelistitem.hxx 
b/vcl/inc/accessibility/vclxaccessiblelistitem.hxx
index 6d2e3b4dbe3b..d1bf3e6e49b8 100644
--- a/vcl/inc/accessibility/vclxaccessiblelistitem.hxx
+++ b/vcl/inc/accessibility/vclxaccessiblelistitem.hxx
@@ -28,15 +28,6 @@
 #include <accessibility/vclxaccessiblelist.hxx>
 #include <tools/gen.hxx>
 
-// forward ---------------------------------------------------------------
-
-namespace com::sun::star::awt {
-    struct Point;
-    struct Rectangle;
-    struct Size;
-    class XFocusListener;
-}
-
 // class VCLXAccessibleListItem ------------------------------------------
 
 /** the class OAccessibleListBoxEntry represents the base class for an 
accessible object of a listbox entry

Reply via email to