[Libreoffice-commits] .: dbaccess/source sfx2/source

Takeshi Abe tabe at kemper.freedesktop.org
Tue Jul 17 05:27:44 PDT 2012


 dbaccess/source/ui/inc/TablesSingleDlg.hxx |    3 ---
 dbaccess/source/ui/inc/querycontroller.hxx |    1 -
 sfx2/source/inc/workwin.hxx                |    2 --
 3 files changed, 6 deletions(-)

New commits:
commit 2aecedd79e1cd579e6e494138eb79f76c3a6c6cc
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Tue Jul 17 21:25:28 2012 +0900

    removed unused forward declarations of class
    
    Change-Id: I9762e198825fbc697f4049a7da5755d72c14e481

diff --git a/dbaccess/source/ui/inc/TablesSingleDlg.hxx b/dbaccess/source/ui/inc/TablesSingleDlg.hxx
index de3542f..31de1f1 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 c0915dc..43f7753 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;
diff --git a/sfx2/source/inc/workwin.hxx b/sfx2/source/inc/workwin.hxx
index b7f0441..4f17bac 100644
--- a/sfx2/source/inc/workwin.hxx
+++ b/sfx2/source/inc/workwin.hxx
@@ -39,8 +39,6 @@
 #include <sfx2/ctrlitem.hxx>
 #include <sfx2/viewfrm.hxx>
 
-class SfxInPlaceEnv_Impl;
-class SfxPlugInEnv_Impl;
 class SfxSplitWindow;
 class SfxWorkWindow;
 


More information about the Libreoffice-commits mailing list