summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/dbpilots/unoautopilot.inl5
-rw-r--r--extensions/source/preload/unoautopilot.inl5
-rw-r--r--extensions/test/sax/testsax.cxx6
-rw-r--r--extensions/test/sax/testwriter.cxx17
-rw-r--r--extensions/test/stm/marktest.cxx23
5 files changed, 0 insertions, 56 deletions
diff --git a/extensions/source/dbpilots/unoautopilot.inl b/extensions/source/dbpilots/unoautopilot.inl
index 0e3a953bcad1..cb1c5e13aa06 100644
--- a/extensions/source/dbpilots/unoautopilot.inl
+++ b/extensions/source/dbpilots/unoautopilot.inl
@@ -28,14 +28,9 @@
// no include protecttion
// this file is included from unoautopilot.hxx directly
-//using namespace ::com::sun::star::uno;
-//using namespace ::com::sun::star::lang;
-//using namespace ::com::sun::star::beans;
-//
//=====================================================================
//= OUnoAutoPilot
//=====================================================================
-//---------------------------------------------------------------------
template <class TYPE, class SERVICEINFO>
OUnoAutoPilot<TYPE, SERVICEINFO>::OUnoAutoPilot(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB)
:OUnoAutoPilot_Base(_rxORB)
diff --git a/extensions/source/preload/unoautopilot.inl b/extensions/source/preload/unoautopilot.inl
index 27acdd6864f3..317dbd298620 100644
--- a/extensions/source/preload/unoautopilot.inl
+++ b/extensions/source/preload/unoautopilot.inl
@@ -28,14 +28,9 @@
// no include protecttion
// this file is included from unoautopilot.hxx directly
-//using namespace ::com::sun::star::uno;
-//using namespace ::com::sun::star::lang;
-//using namespace ::com::sun::star::beans;
-//
//=====================================================================
//= OUnoAutoPilot
//=====================================================================
-//---------------------------------------------------------------------
template <class TYPE, class SERVICEINFO>
OUnoAutoPilot<TYPE, SERVICEINFO>::OUnoAutoPilot(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB)
:OUnoAutoPilot_Base(_rxORB)
diff --git a/extensions/test/sax/testsax.cxx b/extensions/test/sax/testsax.cxx
index 0fc3691a47dc..e08231409bed 100644
--- a/extensions/test/sax/testsax.cxx
+++ b/extensions/test/sax/testsax.cxx
@@ -109,13 +109,9 @@ using namespace usr;
/****
* test szenarios :
-*
-*
-*
****/
-
class OSaxParserTest :
public XSimpleTest,
public OWeakObject
@@ -165,8 +161,6 @@ private:
/**
* for external binding
-*
-*
**/
XInterfaceRef OSaxParserTest_CreateInstance( const XMultiServiceFactoryRef & rSMgr ) THROWS((Exception))
{
diff --git a/extensions/test/sax/testwriter.cxx b/extensions/test/sax/testwriter.cxx
index 820f962de8b0..19efbc72a947 100644
--- a/extensions/test/sax/testwriter.cxx
+++ b/extensions/test/sax/testwriter.cxx
@@ -108,9 +108,6 @@ using namespace usr;
/****
* test szenarios :
-*
-*
-*
****/
@@ -398,20 +395,8 @@ void AttributeListImpl::clear()
OSL_ASSERT( ! getLength() );
}
-
-
-
-
-
-
-
-
-
-
/**
* for external binding
-*
-*
**/
XInterfaceRef OSaxWriterTest_CreateInstance( const XMultiServiceFactoryRef & rSMgr ) THROWS((Exception))
{
@@ -751,8 +736,6 @@ void OSaxWriterTest::testPerformance(const XExtendedDocumentHandlerRef &r )
r->ignorableWhitespace( L"");
r->startElement( L"huhu" , rList );
r->characters( testParagraph );
-// writeParagraph( r , testParagraph );
-
r->ignorableWhitespace( L"");
r->endElement( L"huhu" );
}
diff --git a/extensions/test/stm/marktest.cxx b/extensions/test/stm/marktest.cxx
index 3043d119c122..1ca417e33d4c 100644
--- a/extensions/test/stm/marktest.cxx
+++ b/extensions/test/stm/marktest.cxx
@@ -368,19 +368,8 @@ void OMarkableOutputStreamTest::testSimple( const XOutputStreamRef &rOutput
}
-/***
-* the test methods
-*
-****/
-
-
-
-
-
/**
* for external binding
-*
-*
**/
XInterfaceRef OMarkableOutputStreamTest_CreateInstance( const XMultiServiceFactoryRef & rSMgr ) THROWS((Exception))
{
@@ -418,7 +407,6 @@ UString OMarkableOutputStreamTest_getImplementationName() THROWS( () )
//-----------------------------------------------------
// Input stream
-
class OMarkableInputStreamTest :
public XSimpleTest,
public OWeakObject
@@ -641,19 +629,8 @@ void OMarkableInputStreamTest::testSimple( const XOutputStreamRef &rOutput
rInput->closeInput();
}
-/***
-* the test methods
-*
-****/
-
-
-
-
-
/**
* for external binding
-*
-*
**/
XInterfaceRef OMarkableInputStreamTest_CreateInstance( const XMultiServiceFactoryRef & rSMgr ) THROWS((Exception))
{