summaryrefslogtreecommitdiff
path: root/dbaccess/inc
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-07-05 19:07:23 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-07-05 19:08:02 +0900
commiteecb5ac9a4a965dbd7cb5a2104becc8217ff6f80 (patch)
tree4a0a02bf2d81afc7330b0929aa3414a9f1f4a8cc /dbaccess/inc
parenta99e3134aa253977b5112cc903d4097907bf3801 (diff)
removed useless forward declarations of class
Change-Id: I13cf52cc4e1cf8d5e2453d7ac4b68cc8c64cd011
Diffstat (limited to 'dbaccess/inc')
-rw-r--r--dbaccess/inc/dataview.hxx1
-rw-r--r--dbaccess/inc/genericcontroller.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/dbaccess/inc/dataview.hxx b/dbaccess/inc/dataview.hxx
index 4559aeed5634..11e7fc0291be 100644
--- a/dbaccess/inc/dataview.hxx
+++ b/dbaccess/inc/dataview.hxx
@@ -29,7 +29,6 @@
#include <memory>
class FixedLine;
-class SvtMiscOptions;
namespace dbaui
{
class IController;
diff --git a/dbaccess/inc/genericcontroller.hxx b/dbaccess/inc/genericcontroller.hxx
index 8ab991dc79db..86fcd0d5ef1c 100644
--- a/dbaccess/inc/genericcontroller.hxx
+++ b/dbaccess/inc/genericcontroller.hxx
@@ -62,7 +62,6 @@ namespace dbtools
}
class Window;
-class VCLXWindow;
namespace dbaui
{
class ODataView;