summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-07-17 21:25:28 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-07-17 21:27:12 +0900
commit2aecedd79e1cd579e6e494138eb79f76c3a6c6cc (patch)
tree5b1306257003e7cf12dfee019cbe8070ee1d7ce4 /dbaccess
parent73cf6f327517d59cbb5de428fe4ff221c70e85a2 (diff)
removed unused forward declarations of class
Change-Id: I9762e198825fbc697f4049a7da5755d72c14e481
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/inc/TablesSingleDlg.hxx3
-rw-r--r--dbaccess/source/ui/inc/querycontroller.hxx1
2 files changed, 0 insertions, 4 deletions
diff --git a/dbaccess/source/ui/inc/TablesSingleDlg.hxx b/dbaccess/source/ui/inc/TablesSingleDlg.hxx
index de3542ff0fed..31de1f1dae25 100644
--- a/dbaccess/source/ui/inc/TablesSingleDlg.hxx
+++ b/dbaccess/source/ui/inc/TablesSingleDlg.hxx
@@ -31,9 +31,6 @@ namespace com { namespace sun { namespace star {
namespace beans {
class XPropertySet;
}
- namespace sdbc {
- class XConnection;
- }
namespace lang {
class XMultiServiceFactory;
}
diff --git a/dbaccess/source/ui/inc/querycontroller.hxx b/dbaccess/source/ui/inc/querycontroller.hxx
index c0915dc693fa..43f775338d32 100644
--- a/dbaccess/source/ui/inc/querycontroller.hxx
+++ b/dbaccess/source/ui/inc/querycontroller.hxx
@@ -50,7 +50,6 @@ namespace comphelper
namespace dbaui
{
class OQueryContainerWindow;
- class OQueryTableWindow;
class OQueryController;
typedef ::comphelper::OPropertyContainer OQueryController_PBase;