diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-07-17 21:25:28 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-07-17 21:27:12 +0900 |
commit | 2aecedd79e1cd579e6e494138eb79f76c3a6c6cc (patch) | |
tree | 5b1306257003e7cf12dfee019cbe8070ee1d7ce4 /dbaccess | |
parent | 73cf6f327517d59cbb5de428fe4ff221c70e85a2 (diff) |
removed unused forward declarations of class
Change-Id: I9762e198825fbc697f4049a7da5755d72c14e481
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/inc/TablesSingleDlg.hxx | 3 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/querycontroller.hxx | 1 |
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; |