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
commit1b11499074d855e34f40953898594035ca451c71 (patch)
tree00b755a7b30c8aee8ae5464488611fef23a8e041 /io
parent3facbad1ecbb5ac7ebbf1fa8cfb060be9147429a (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 94e4cbdf48bc..6b1f5c59e556 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
{