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/sdbtools/inc/connectiondependent.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/sdbtools/inc/connectiondependent.hxx')
-rw-r--r-- | dbaccess/source/sdbtools/inc/connectiondependent.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/sdbtools/inc/connectiondependent.hxx b/dbaccess/source/sdbtools/inc/connectiondependent.hxx index 9f424256c61c..1278920c634c 100644 --- a/dbaccess/source/sdbtools/inc/connectiondependent.hxx +++ b/dbaccess/source/sdbtools/inc/connectiondependent.hxx @@ -80,7 +80,6 @@ namespace sdbtools getConnection() const { return m_xConnection; } public: - struct GuardAccess; friend struct GuardAccess; /** helper for granting exclusive access to various other methods */ |