starmath/inc/ElementsDockingWindow.hxx | 1 - vcl/inc/accessibility/AccessibleBrowseBoxTable.hxx | 2 -- 2 files changed, 3 deletions(-)
New commits: commit 4906f11d8f0c85248464b10c0b6c9c02e1657bad Author: Michael Weghorn <[email protected]> AuthorDate: Tue Feb 4 21:22:27 2025 +0100 Commit: Michael Weghorn <[email protected]> CommitDate: Wed Feb 5 08:38:21 2025 +0100 browsebox a11y: Drop unnecessary friend class Change-Id: Icd89f9eb0dcb1c5adf12c44971215b17cbb53a72 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181147 Reviewed-by: Michael Weghorn <[email protected]> Tested-by: Jenkins diff --git a/vcl/inc/accessibility/AccessibleBrowseBoxTable.hxx b/vcl/inc/accessibility/AccessibleBrowseBoxTable.hxx index 69d3b21ac1de..8406ea8ec18d 100644 --- a/vcl/inc/accessibility/AccessibleBrowseBoxTable.hxx +++ b/vcl/inc/accessibility/AccessibleBrowseBoxTable.hxx @@ -27,8 +27,6 @@ BrowseBox control. */ class AccessibleBrowseBoxTable : public AccessibleBrowseBoxTableBase { - friend class AccessibleBrowseBox; // to create header bars - public: AccessibleBrowseBoxTable( const css::uno::Reference< css::accessibility::XAccessible >& rxParent, commit 9675a28dacb50a24b6960e155454b526dfe4585d Author: Michael Weghorn <[email protected]> AuthorDate: Tue Feb 4 20:54:46 2025 +0100 Commit: Michael Weghorn <[email protected]> CommitDate: Wed Feb 5 08:38:13 2025 +0100 starmath: Drop unused SvTreeListBox forward decl Change-Id: Ifbd7a704b4ffd271246dbc15bb45e4f6bdb19a3b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181146 Tested-by: Jenkins Reviewed-by: Michael Weghorn <[email protected]> diff --git a/starmath/inc/ElementsDockingWindow.hxx b/starmath/inc/ElementsDockingWindow.hxx index 2e48afd10fdf..e7d49ca14969 100644 --- a/starmath/inc/ElementsDockingWindow.hxx +++ b/starmath/inc/ElementsDockingWindow.hxx @@ -31,7 +31,6 @@ #include <vector> class SmDocShell; -class SvTreeListBox; struct ElementData; class SmElementsControl
