From 8d9cd8c894e18f28859f613eab1c8819d2e58b3e Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 6 Jan 2025 11:55:24 +0100 Subject: Remove obsolete fw declarations from dbaccess/ found with bin/find-unneeded-includes --fwdecl Change-Id: I1a3b1420119b0c79860a1fde69efa4272356af61 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183882 Tested-by: Jenkins Reviewed-by: Gabor Kelemen --- dbaccess/source/ui/browser/dbtreemodel.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'dbaccess/source/ui/browser/dbtreemodel.hxx') diff --git a/dbaccess/source/ui/browser/dbtreemodel.hxx b/dbaccess/source/ui/browser/dbtreemodel.hxx index 53a34a8e4247..55b1a3cffcc9 100644 --- a/dbaccess/source/ui/browser/dbtreemodel.hxx +++ b/dbaccess/source/ui/browser/dbtreemodel.hxx @@ -29,8 +29,6 @@ // tables holds the nameaccess for the tables // table holds the table -namespace com::sun::star::lang { class XMultiServiceFactory; } - namespace dbaui { struct DBTreeListUserData -- cgit