diff options
author | J. Graeme Lingard <jgraeme+git@gmail.com> | 2010-10-04 20:36:05 +0100 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-10-04 23:25:47 -0400 |
commit | 15aaf45ef98c6f212adde85a2370d75df5164a27 (patch) | |
tree | 1a91326473ba81dc0cb7b46fdbc28f788556e141 /automation | |
parent | 2985003db4cfeb5325574ae1cb6a1d91ab7c9a1b (diff) |
Remove redundant #include directives & comments
Diffstat (limited to 'automation')
-rw-r--r-- | automation/source/app/testbasi.cxx | 14 | ||||
-rw-r--r-- | automation/source/server/server.cxx | 3 | ||||
-rw-r--r-- | automation/source/server/statemnt.hxx | 3 | ||||
-rw-r--r-- | automation/source/testtool/objtest.cxx | 6 | ||||
-rw-r--r-- | automation/source/testtool/registry_win.cxx | 1 |
5 files changed, 0 insertions, 27 deletions
diff --git a/automation/source/app/testbasi.cxx b/automation/source/app/testbasi.cxx index 292cd70b34a4..a4cbb5c0c4db 100644 --- a/automation/source/app/testbasi.cxx +++ b/automation/source/app/testbasi.cxx @@ -34,24 +34,10 @@ #endif #include <basic/testtool.hxx> #include "testbasi.hxx" -//#include "app.hxx" -//#include "basic.hrc" -//#include "appbased.hxx" #define P_FEHLERLISTE TestToolObj::pFehlerListe -//#include "status.hxx" -//#include "basic.hrc" - -//#include "object.hxx" - #include <testapp.hxx> #include <testtool.hxx> -#ifndef _SB_INTERN_HXX -//#include "sbintern.hxx" -#endif - -//#include "comm_bas.hxx" -//#include "processw.hxx" TYPEINIT1(TTBasic,MyBasic) diff --git a/automation/source/server/server.cxx b/automation/source/server/server.cxx index e4e59251dd63..48bf1a2c3066 100644 --- a/automation/source/server/server.cxx +++ b/automation/source/server/server.cxx @@ -59,9 +59,6 @@ #include <vcl/bitmap.hxx> // Hat keinen Includeschutz #include <svtools/svtdata.hxx> -//#ifndef _DTRANS_HXX //autogen -//#include <so2/dtrans.hxx> -//#endif #endif // 1 #include <rtl/textenc.h> #include <rtl/uri.h> diff --git a/automation/source/server/statemnt.hxx b/automation/source/server/statemnt.hxx index 4e580a09749c..9f7b43137fbf 100644 --- a/automation/source/server/statemnt.hxx +++ b/automation/source/server/statemnt.hxx @@ -44,9 +44,6 @@ #include <tools/string.hxx> #include <tools/debug.hxx> #include <tools/time.hxx> -#ifndef _SV_DRAG_HXX //autogen -//#include <vcl/drag.hxx> -#endif #include <vcl/menu.hxx> #include <vcl/svapp.hxx> #include <tools/fsys.hxx> diff --git a/automation/source/testtool/objtest.cxx b/automation/source/testtool/objtest.cxx index 2361361f277f..cf50f27a9164 100644 --- a/automation/source/testtool/objtest.cxx +++ b/automation/source/testtool/objtest.cxx @@ -28,13 +28,8 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_automation.hxx" -/*#include <com/sun/star/devtools/XIServerProxy.hpp> -#include <com/sun/star/devtools/XInformationClient.hpp> -using namespace com::sun::star::devtools; -*/ #ifdef OS2 #define INCL_DOS -//#include <vcl/sysdep.hxx> #ifndef _SVPM_H #include <svpm.h> #endif @@ -90,7 +85,6 @@ using namespace rtl; #include <basic/sbuno.hxx> -//#include <basic/basrid.hxx> #include <basic/basicrt.hxx> #ifndef _BASIC_TTRESHLP_HXX #include <basic/ttstrhlp.hxx> diff --git a/automation/source/testtool/registry_win.cxx b/automation/source/testtool/registry_win.cxx index d0b1c0a0aa1b..dc57e5f1ce0b 100644 --- a/automation/source/testtool/registry_win.cxx +++ b/automation/source/testtool/registry_win.cxx @@ -43,7 +43,6 @@ // #undef IS_ERROR #endif -//#include <tchar.h> #include "registry_win.hxx" #include <osl/thread.h> |