diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2025-01-06 11:55:24 +0100 |
---|---|---|
committer | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2025-04-13 10:57:58 +0200 |
commit | 8d9cd8c894e18f28859f613eab1c8819d2e58b3e (patch) | |
tree | 08f4731f0185b951c959b47f7546438d2194eb38 /dbaccess/source/ui/inc/dbwiz.hxx | |
parent | 7bb586c436e1b6c12937741a0e170587989ee020 (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/inc/dbwiz.hxx')
-rw-r--r-- | dbaccess/source/ui/inc/dbwiz.hxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dbaccess/source/ui/inc/dbwiz.hxx b/dbaccess/source/ui/inc/dbwiz.hxx index 744c308a6822..985735ce3e0c 100644 --- a/dbaccess/source/ui/inc/dbwiz.hxx +++ b/dbaccess/source/ui/inc/dbwiz.hxx @@ -24,18 +24,6 @@ #include <vcl/wizardmachine.hxx> #include <memory> -namespace com::sun::star { - namespace beans { - class XPropertySet; - } - namespace sdbc { - class XConnection; - } - namespace lang { - class XMultiServiceFactory; - } -} - using vcl::WizardTypes::WizardState; namespace dbaccess |