From f762dad2e7b7dfa42abc4d16209e033b037b5938 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Fri, 4 Oct 2013 15:06:23 +0200 Subject: fdo#46374 replace stardiv in comments where applicable Change-Id: Icd07fba84735325408741ad10864c63ea32a6481 --- io/test/stm/datatest.cxx | 18 ++++++------------ io/test/testcomponent.cxx | 4 ++-- 2 files changed, 8 insertions(+), 14 deletions(-) (limited to 'io/test') diff --git a/io/test/stm/datatest.cxx b/io/test/stm/datatest.cxx index 00eb8857db21..d7063dec0f4f 100644 --- a/io/test/stm/datatest.cxx +++ b/io/test/stm/datatest.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - #include #include @@ -29,13 +28,10 @@ #include #include #include - #include - #include #include - #include #include @@ -58,14 +54,12 @@ using namespace ::com::sun::star::beans; #define DATASTREAM_TEST_MAX_HANDLE 1 -/**** -* The following test class tests XDataInputStream and XDataOutputStream at equal terms, -* so when errors occur, it may be in either one implementation. -* The class also uses stardiv.uno.io.pipe. If problems occur, make sure to run also the -* pipe test routines ( test.com.sun.star.io.pipe ). -* -* -*****/ +/* + * The following test class tests XDataInputStream and XDataOutputStream at equal terms, + * so when errors occur, it may be in either one implementation. + * The class also uses com.sun.star.io.pipe. If problems occur, make sure to run also the + * pipe test routines ( test.com.sun.star.io.pipe ). + */ class ODataStreamTest : public WeakImplHelper1< XSimpleTest > diff --git a/io/test/testcomponent.cxx b/io/test/testcomponent.cxx index 9780266014ab..e0a63c5d4173 100644 --- a/io/test/testcomponent.cxx +++ b/io/test/testcomponent.cxx @@ -21,9 +21,9 @@ //------------------------------------------------------ // testcomponent - Loads a service and its testcomponent from dlls performs a test. // Expands the dll-names depending on the actual environment. -// Example : testcomponent stardiv.uno.io.Pipe stm +// Example : testcomponent com.sun.star.io.Pipe stm // -// Therefor the testcode must exist in teststm and the testservice must be named test.stardiv.uno.io.Pipe +// Therefor the testcode must exist in teststm and the testservice must be named test.com.sun.star.io.Pipe // #include -- cgit