diff options
author | J. Graeme Lingard <jgraeme+git@gmail.com> | 2010-10-12 23:35:16 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2010-10-13 12:51:10 +0200 |
commit | bda7aaeb74713f423aa1c80aee982f056007db2e (patch) | |
tree | fe5297c0f2d356d7e994fead07d6c968f252a6ef /stoc | |
parent | ed927d918e38a2bba4df1146e0470679fe3b5142 (diff) |
Remove redundant #include, #define & comments
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/test/javavm/jvm_interaction/interactionhandler.cxx | 1 | ||||
-rw-r--r-- | stoc/test/javavm/testjavavm.cxx | 3 | ||||
-rw-r--r-- | stoc/test/testintrosp.cxx | 3 |
3 files changed, 0 insertions, 7 deletions
diff --git a/stoc/test/javavm/jvm_interaction/interactionhandler.cxx b/stoc/test/javavm/jvm_interaction/interactionhandler.cxx index 076a2e9c1e62..b7c7f523f781 100644 --- a/stoc/test/javavm/jvm_interaction/interactionhandler.cxx +++ b/stoc/test/javavm/jvm_interaction/interactionhandler.cxx @@ -31,7 +31,6 @@ #include <jni.h> -//#include <iostream> #include <stdio.h> #include <sal/main.h> #include <rtl/process.h> diff --git a/stoc/test/javavm/testjavavm.cxx b/stoc/test/javavm/testjavavm.cxx index e9111bd3cd1d..737adb540141 100644 --- a/stoc/test/javavm/testjavavm.cxx +++ b/stoc/test/javavm/testjavavm.cxx @@ -31,7 +31,6 @@ #include <jni.h> -//#include <iostream> #include <stdio.h> #include <sal/main.h> #include <rtl/process.h> @@ -47,8 +46,6 @@ #include <com/sun/star/registry/XImplementationRegistration.hpp> #include <com/sun/star/java/XJavaThreadRegister_11.hpp> -//#include <cppuhelper/implbase1.hxx> - using namespace std; using namespace rtl; using namespace cppu; diff --git a/stoc/test/testintrosp.cxx b/stoc/test/testintrosp.cxx index a706f8666fee..5748cfd3d473 100644 --- a/stoc/test/testintrosp.cxx +++ b/stoc/test/testintrosp.cxx @@ -34,8 +34,6 @@ #include <cppuhelper/servicefactory.hxx> #include <osl/diagnose.h> -//#include <vos/dynload.hxx> - #include <ModuleA/XIntroTest.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XIntrospection.hpp> @@ -48,7 +46,6 @@ #include <com/sun/star/container/XIndexAccess.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/reflection/XIdlReflection.hpp> -//#include <com/sun/star/registry/XSimpleRegistry.hpp> #include <com/sun/star/registry/XImplementationRegistration.hpp> #include <com/sun/star/lang/XComponent.hpp> |