summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/uno/ColumnModel.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <gabor.kelemen.extern@allotropia.de>2025-01-06 11:55:24 +0100
committerGabor Kelemen <gabor.kelemen.extern@allotropia.de>2025-04-13 10:57:58 +0200
commit8d9cd8c894e18f28859f613eab1c8819d2e58b3e (patch)
tree08f4731f0185b951c959b47f7546438d2194eb38 /dbaccess/source/ui/uno/ColumnModel.hxx
parent7bb586c436e1b6c12937741a0e170587989ee020 (diff)
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 <gabor.kelemen.extern@allotropia.de>
Diffstat (limited to 'dbaccess/source/ui/uno/ColumnModel.hxx')
-rw-r--r--dbaccess/source/ui/uno/ColumnModel.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/dbaccess/source/ui/uno/ColumnModel.hxx b/dbaccess/source/ui/uno/ColumnModel.hxx
index 400d03652d1a..ea31881ff09a 100644
--- a/dbaccess/source/ui/uno/ColumnModel.hxx
+++ b/dbaccess/source/ui/uno/ColumnModel.hxx
@@ -40,8 +40,6 @@ typedef ::cppu::WeakAggComponentImplHelper4 < css::awt::XControlModel
, css::io::XPersistObject
> OColumnControlModel_BASE;
-class OColumnControlModel;
-
class OColumnControlModel : public ::comphelper::OMutexAndBroadcastHelper
,public ::comphelper::OPropertyContainer
,public ::comphelper::OPropertyArrayUsageHelper< OColumnControlModel >