summaryrefslogtreecommitdiff
path: root/extensions/test
diff options
context:
space:
mode:
authorJ. Graeme Lingard <jgraeme+git@gmail.com>2010-10-04 20:36:05 +0100
committerKohei Yoshida <kyoshida@novell.com>2010-10-04 23:25:47 -0400
commit15aaf45ef98c6f212adde85a2370d75df5164a27 (patch)
tree1a91326473ba81dc0cb7b46fdbc28f788556e141 /extensions/test
parent2985003db4cfeb5325574ae1cb6a1d91ab7c9a1b (diff)
Remove redundant #include directives & comments
Diffstat (limited to 'extensions/test')
-rw-r--r--extensions/test/ole/AxTestComponents/AxTestComponents.cpp4
-rw-r--r--extensions/test/ole/AxTestComponents/Basic.cpp3
-rw-r--r--extensions/test/ole/AxTestComponents/Basic.h3
-rw-r--r--extensions/test/ole/AxTestComponents/Foo.cpp3
-rw-r--r--extensions/test/ole/AxTestComponents/Foo.h3
-rw-r--r--extensions/test/ole/AxTestComponents/StdAfx.cpp3
-rw-r--r--extensions/test/ole/OleClient/axhost.hxx1
-rw-r--r--extensions/test/ole/OleClient/clientTest.cxx1
-rw-r--r--extensions/test/ole/cpnt/cpnt.cxx1
-rw-r--r--extensions/test/sax/testsax.cxx2
-rw-r--r--extensions/test/sax/testwriter.cxx2
11 files changed, 5 insertions, 21 deletions
diff --git a/extensions/test/ole/AxTestComponents/AxTestComponents.cpp b/extensions/test/ole/AxTestComponents/AxTestComponents.cpp
index 343b206d0085..faca5ff84fad 100644
--- a/extensions/test/ole/AxTestComponents/AxTestComponents.cpp
+++ b/extensions/test/ole/AxTestComponents/AxTestComponents.cpp
@@ -33,9 +33,7 @@
#include "stdafx.h"
#include "resource.h"
#include <initguid.h>
-//#include "AxTestComponents.h"
-//#include "AxTestComponents_i.c"
#include "Basic.h"
#include "Foo.h"
@@ -97,4 +95,4 @@ STDAPI DllUnregisterServer(void)
}
-//VT_I4 size_t V_ERROR VARIANT VARIANT_FALSE CComVariant FADF_EMBEDDED \ No newline at end of file
+//VT_I4 size_t V_ERROR VARIANT VARIANT_FALSE CComVariant FADF_EMBEDDED
diff --git a/extensions/test/ole/AxTestComponents/Basic.cpp b/extensions/test/ole/AxTestComponents/Basic.cpp
index d48bc5fe59ca..7a5c8fa6c495 100644
--- a/extensions/test/ole/AxTestComponents/Basic.cpp
+++ b/extensions/test/ole/AxTestComponents/Basic.cpp
@@ -24,12 +24,11 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
+
#include "stdafx.h"
-//#include "AxTestComponents.h"
#include "Basic.h"
-
/////////////////////////////////////////////////////////////////////////////
// CBasic
CBasic::CBasic(): m_cPrpByte(0),m_nPrpShort(0),m_lPrpLong(0),m_fPrpFloat(0), m_dPrpDouble(0),m_PrpArray(0),
diff --git a/extensions/test/ole/AxTestComponents/Basic.h b/extensions/test/ole/AxTestComponents/Basic.h
index 0a12b709e33e..aaa7f3be8aa9 100644
--- a/extensions/test/ole/AxTestComponents/Basic.h
+++ b/extensions/test/ole/AxTestComponents/Basic.h
@@ -30,9 +30,8 @@
#define __BASIC_H_
#include "resource.h" // main symbols
-//#include "AxTestComponents.h"
#import "AxTestComponents.tlb" no_namespace no_implementation raw_interfaces_only named_guids
-//#include "AxTestComponents.h"
+
/////////////////////////////////////////////////////////////////////////////
// CBasic
class ATL_NO_VTABLE CBasic :
diff --git a/extensions/test/ole/AxTestComponents/Foo.cpp b/extensions/test/ole/AxTestComponents/Foo.cpp
index 256b900945a2..a8f310ca26af 100644
--- a/extensions/test/ole/AxTestComponents/Foo.cpp
+++ b/extensions/test/ole/AxTestComponents/Foo.cpp
@@ -24,12 +24,11 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
+
#include "stdafx.h"
-//#include "AxTestComponents.h"
#include "Foo.h"
-
/////////////////////////////////////////////////////////////////////////////
// CBasic
CFoo::CFoo()
diff --git a/extensions/test/ole/AxTestComponents/Foo.h b/extensions/test/ole/AxTestComponents/Foo.h
index 6c6625c43a30..9cfc4c15afb8 100644
--- a/extensions/test/ole/AxTestComponents/Foo.h
+++ b/extensions/test/ole/AxTestComponents/Foo.h
@@ -30,9 +30,8 @@
#define __Foo_H_
#include "resource.h" // main symbols
-//#include "AxTestComponents.h"
#import "AxTestComponents.tlb" no_namespace no_implementation raw_interfaces_only named_guids
-//#include "AxTestComponents.h"
+
/////////////////////////////////////////////////////////////////////////////
// CBasic
class ATL_NO_VTABLE CFoo :
diff --git a/extensions/test/ole/AxTestComponents/StdAfx.cpp b/extensions/test/ole/AxTestComponents/StdAfx.cpp
index 97fda64fc540..0e0446bfb105 100644
--- a/extensions/test/ole/AxTestComponents/StdAfx.cpp
+++ b/extensions/test/ole/AxTestComponents/StdAfx.cpp
@@ -29,7 +29,4 @@
#ifdef _ATL_STATIC_REGISTRY
#include <statreg.h>
-//#include <statreg.cpp>
#endif
-
-//#include <atlimpl.cpp>
diff --git a/extensions/test/ole/OleClient/axhost.hxx b/extensions/test/ole/OleClient/axhost.hxx
index 78a04a9c7a89..4c7973a051fc 100644
--- a/extensions/test/ole/OleClient/axhost.hxx
+++ b/extensions/test/ole/OleClient/axhost.hxx
@@ -30,7 +30,6 @@
#include <atlbase.h>
extern CComModule _Module;
-//#include <atlwin.h>
#include <atlcom.h>
#include <atlhost.h>
diff --git a/extensions/test/ole/OleClient/clientTest.cxx b/extensions/test/ole/OleClient/clientTest.cxx
index 894e0ca87aa2..96d64b92d6fa 100644
--- a/extensions/test/ole/OleClient/clientTest.cxx
+++ b/extensions/test/ole/OleClient/clientTest.cxx
@@ -46,7 +46,6 @@ CComModule _Module;
#include <com/sun/star/bridge/oleautomation/PropertyPutArgument.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/script/XInvocation.hpp>
-//#include <oletest/XCallback.hpp>
#include <com/sun/star/uno/Reference.h>
#include <cppuhelper/servicefactory.hxx>
#include <rtl/string.h>
diff --git a/extensions/test/ole/cpnt/cpnt.cxx b/extensions/test/ole/cpnt/cpnt.cxx
index 2a72552d2024..505725cdc52d 100644
--- a/extensions/test/ole/cpnt/cpnt.cxx
+++ b/extensions/test/ole/cpnt/cpnt.cxx
@@ -56,7 +56,6 @@
#include <oletest/XSimple2.hpp>
#include <oletest/XSimple3.hpp>
#include <oletest/XTestInParameters.hpp>
-//#include <oletest/XTestOutParameters.hpp>
#include <oletest/XIdentity.hpp>
#include <com/sun/star/beans/Property.hpp>
using namespace cppu;
diff --git a/extensions/test/sax/testsax.cxx b/extensions/test/sax/testsax.cxx
index e7f52fbb0902..4cd6efbf6d8a 100644
--- a/extensions/test/sax/testsax.cxx
+++ b/extensions/test/sax/testsax.cxx
@@ -34,8 +34,6 @@
#include <rtl/wstring.hxx>
#include <osl/time.h>
-//#include <vos/dynload.hxx>
-//#include <vos/diagnose.hxx>
#include <usr/weak.hxx>
#include <tools/string.hxx>
#include <vos/conditn.hxx>
diff --git a/extensions/test/sax/testwriter.cxx b/extensions/test/sax/testwriter.cxx
index de606006ef90..7687248ff454 100644
--- a/extensions/test/sax/testwriter.cxx
+++ b/extensions/test/sax/testwriter.cxx
@@ -28,9 +28,7 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_extensions.hxx"
-//#include <tools/presys.h>
#include <vector>
-//#include <tools/postsys.h>
#include <smart/com/sun/star/test/XSimpleTest.hxx>
#include <smart/com/sun/star/lang/XMultiServiceFactory.hxx> // for the multiservice-factories