From cc33576917951b5f2c5de0b925058f56159d7182 Mon Sep 17 00:00:00 2001 From: Michael Weghorn Date: Mon, 27 Jan 2025 15:00:46 +0100 Subject: 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 --- toolkit/inc/controls/table/AccessibleGridControlHeaderCell.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolkit/inc/controls/table/AccessibleGridControlHeaderCell.hxx') 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; -- cgit