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/inc/TableConnection.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'dbaccess/source/ui/inc/TableConnection.hxx') diff --git a/dbaccess/source/ui/inc/TableConnection.hxx b/dbaccess/source/ui/inc/TableConnection.hxx index a38aa1fe030b..ac4f27eabcb3 100644 --- a/dbaccess/source/ui/inc/TableConnection.hxx +++ b/dbaccess/source/ui/inc/TableConnection.hxx @@ -28,7 +28,6 @@ namespace tools { class Rectangle; } namespace dbaui { - class OTableConnectionData; class OTableWindow; class OJoinTableView; class OConnectionLine; -- cgit