summaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
authorJ. Graeme Lingard <jgraeme+git@gmail.com>2010-12-05 20:28:21 +0000
committerJ. Graeme Lingard <jgraeme+git@gmail.com>2010-12-05 20:28:21 +0000
commit7b277251a7b79fe3f83841ab9e3028670262e4dc (patch)
tree4d20fee2d89982980aeb6def9cac54fb0f51eae3 /io
parent6880d06ed807326d030795c3eb1fb448cdb4a6e0 (diff)
Remove redundant comments
Diffstat (limited to 'io')
-rw-r--r--io/test/stm/datatest.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/io/test/stm/datatest.cxx b/io/test/stm/datatest.cxx
index 3f86a21f6..85179f12c 100644
--- a/io/test/stm/datatest.cxx
+++ b/io/test/stm/datatest.cxx
@@ -386,14 +386,6 @@ OUString ODataStreamTest_getImplementationName( int i) throw ()
}
}
-
-/**------------------------------------------------------
-*
-*
-*
-*
-*
-*------------------------------------------------------*/
class MyPersistObject : public WeakImplHelper2< XPersistObject , XPropertySet >
{
public:
@@ -657,9 +649,6 @@ OUString OMyPersistObject_getImplementationName( ) throw ()
return OUString( RTL_CONSTASCII_USTRINGPARAM( "test.com.sun.star.io.PersistTest" ) );
}
-
-// ---------------------------------------------
-// -----------------------------------------------
class OObjectStreamTest :
public ODataStreamTest
{