summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign
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/querydesign
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/querydesign')
-rw-r--r--dbaccess/source/ui/querydesign/QueryDesignUndoAction.hxx1
-rw-r--r--dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.hxx1
-rw-r--r--dbaccess/source/ui/querydesign/QuerySizeTabWinUndoAct.hxx1
-rw-r--r--dbaccess/source/ui/querydesign/QueryTabConnUndoAction.hxx1
-rw-r--r--dbaccess/source/ui/querydesign/QueryTabWinUndoAct.hxx2
5 files changed, 0 insertions, 6 deletions
diff --git a/dbaccess/source/ui/querydesign/QueryDesignUndoAction.hxx b/dbaccess/source/ui/querydesign/QueryDesignUndoAction.hxx
index 8a87423930a7..c816ede08e06 100644
--- a/dbaccess/source/ui/querydesign/QueryDesignUndoAction.hxx
+++ b/dbaccess/source/ui/querydesign/QueryDesignUndoAction.hxx
@@ -25,7 +25,6 @@
namespace dbaui
{
// OQueryDesignUndoAction - undo base class for actions in graphical query design (without field list)
- class OJoinTableView;
class OQueryDesignUndoAction : public OCommentUndoAction
{
protected:
diff --git a/dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.hxx b/dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.hxx
index e6b58956edc9..b11108f85c9e 100644
--- a/dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.hxx
+++ b/dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.hxx
@@ -28,7 +28,6 @@ namespace dbaui
{
// OQueryMoveTabWinUndoAct - Undo class for moving a TabWin
- class OTableWindow;
class OJoinMoveTabWinUndoAct final : public OQueryDesignUndoAction
{
Point m_ptNextPosition;
diff --git a/dbaccess/source/ui/querydesign/QuerySizeTabWinUndoAct.hxx b/dbaccess/source/ui/querydesign/QuerySizeTabWinUndoAct.hxx
index de244ccb5396..a8c62bfa1350 100644
--- a/dbaccess/source/ui/querydesign/QuerySizeTabWinUndoAct.hxx
+++ b/dbaccess/source/ui/querydesign/QuerySizeTabWinUndoAct.hxx
@@ -26,7 +26,6 @@ namespace dbaui
{
// OQuerySizeTabWinUndoAct - undo class to change size of TabWins
- class OTableWindow;
class OJoinSizeTabWinUndoAct final : public OQueryDesignUndoAction
{
Point m_ptNextPosition;
diff --git a/dbaccess/source/ui/querydesign/QueryTabConnUndoAction.hxx b/dbaccess/source/ui/querydesign/QueryTabConnUndoAction.hxx
index 21077074ee84..2905572adaed 100644
--- a/dbaccess/source/ui/querydesign/QueryTabConnUndoAction.hxx
+++ b/dbaccess/source/ui/querydesign/QueryTabConnUndoAction.hxx
@@ -24,7 +24,6 @@
namespace dbaui
{
- class OQueryTableConnection;
class OQueryTableView;
class OQueryTabConnUndoAction : public OQueryDesignUndoAction
{
diff --git a/dbaccess/source/ui/querydesign/QueryTabWinUndoAct.hxx b/dbaccess/source/ui/querydesign/QueryTabWinUndoAct.hxx
index 9b433054288e..540f332757eb 100644
--- a/dbaccess/source/ui/querydesign/QueryTabWinUndoAct.hxx
+++ b/dbaccess/source/ui/querydesign/QueryTabWinUndoAct.hxx
@@ -27,8 +27,6 @@ namespace dbaui
{
// OQueryTabWinUndoAct - undo base class for all which is concerned with insert/remove TabWins
- class OQueryTableWindow;
- class OTableConnection;
class OQueryTableView;
class OQueryTabWinUndoAct : public OQueryDesignUndoAction
{