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/inc/controls/table/AccessibleGridControlHeaderCell.hxx | |
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/inc/controls/table/AccessibleGridControlHeaderCell.hxx')
-rw-r--r-- | toolkit/inc/controls/table/AccessibleGridControlHeaderCell.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/inc/controls/table/AccessibleGridControlHeaderCell.hxx b/toolkit/inc/controls/table/AccessibleGridControlHeaderCell.hxx index f6387f0bde9f..b7b406f19c68 100644 --- a/toolkit/inc/controls/table/AccessibleGridControlHeaderCell.hxx +++ b/toolkit/inc/controls/table/AccessibleGridControlHeaderCell.hxx @@ -31,7 +31,7 @@ namespace accessibility AccessibleGridControlHeaderCell(sal_Int32 _nColumnRowId, const css::uno::Reference< css::accessibility::XAccessible >& rxParent, svt::table::TableControl& _rTable, - ::vcl::table::AccessibleTableControlObjType _eObjType); + AccessibleTableControlObjType _eObjType); /** @return The count of visible children. */ virtual sal_Int64 SAL_CALL getAccessibleChildCount() override; |