diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-22 21:20:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-23 03:38:49 +0000 |
commit | 0ce0c369aa8880dff9fe874ba85ec6f52ee37ddf (patch) | |
tree | 5024cba9f9ea5e3b23ea26025323f6aef39488d0 /io/test | |
parent | b81ac16e65b311d6e43c05c22c65d2040c9d7e04 (diff) |
Remove unneccessary comments
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb
Reviewed-on: https://gerrit.libreoffice.org/8182
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'io/test')
-rw-r--r-- | io/test/stm/marktest.cxx | 2 | ||||
-rw-r--r-- | io/test/testcomponent.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/io/test/stm/marktest.cxx b/io/test/stm/marktest.cxx index 6730d2d49c85..6ac56583619c 100644 --- a/io/test/stm/marktest.cxx +++ b/io/test/stm/marktest.cxx @@ -400,7 +400,7 @@ OUString OMarkableOutputStreamTest_getImplementationName() throw () -//----------------------------------------------------- + // Input stream diff --git a/io/test/testcomponent.cxx b/io/test/testcomponent.cxx index e0a63c5d4173..260c723a1036 100644 --- a/io/test/testcomponent.cxx +++ b/io/test/testcomponent.cxx @@ -18,7 +18,7 @@ */ -//------------------------------------------------------ + // testcomponent - Loads a service and its testcomponent from dlls performs a test. // Expands the dll-names depending on the actual environment. // Example : testcomponent com.sun.star.io.Pipe stm |