diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2025-01-27 15:00:46 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2025-01-27 22:24:34 +0100 |
commit | cc33576917951b5f2c5de0b925058f56159d7182 (patch) | |
tree | 1dcd73f674165635d9c23c96fb0b04258783cb4f /toolkit/source/controls/table/AccessibleGridControlHeaderCell.cxx | |
parent | ae8ff1c875b4cacabc64d5183f25baed8c6890c5 (diff) |
a11y: Move AccessibleTableControlObjType to toolkit-only header
It's only used in the toolkit module by now, so there's no
more need to have it in a global header.
Change-Id: Iba820035752e5f4ed5a0e6f99f6c792447d4209b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180798
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'toolkit/source/controls/table/AccessibleGridControlHeaderCell.cxx')
-rw-r--r-- | toolkit/source/controls/table/AccessibleGridControlHeaderCell.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/toolkit/source/controls/table/AccessibleGridControlHeaderCell.cxx b/toolkit/source/controls/table/AccessibleGridControlHeaderCell.cxx index 5551dbf79182..b23c103a705f 100644 --- a/toolkit/source/controls/table/AccessibleGridControlHeaderCell.cxx +++ b/toolkit/source/controls/table/AccessibleGridControlHeaderCell.cxx @@ -20,7 +20,6 @@ #include <com/sun/star/accessibility/AccessibleStateType.hpp> #include <com/sun/star/lang/IndexOutOfBoundsException.hpp> #include <controls/table/AccessibleGridControlHeaderCell.hxx> -#include <vcl/accessibletable.hxx> #include <vcl/svapp.hxx> namespace accessibility @@ -29,7 +28,6 @@ namespace accessibility using namespace ::com::sun::star::lang; using namespace ::com::sun::star::uno; using namespace ::vcl; - using namespace ::vcl::table; AccessibleGridControlHeaderCell::AccessibleGridControlHeaderCell(sal_Int32 _nColumnRowId, const Reference< XAccessible >& rxParent, |