diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-04 15:06:23 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-04 15:06:23 +0200 |
commit | f762dad2e7b7dfa42abc4d16209e033b037b5938 (patch) | |
tree | aeeedafb27773072f2674b43c6d03b1d85e244d7 /extensions | |
parent | be62c01287c095c22a83ecfe6f9f45874f6e56f8 (diff) |
fdo#46374 replace stardiv in comments where applicable
Change-Id: Icd07fba84735325408741ad10864c63ea32a6481
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/test/stm/datatest.cxx | 17 | ||||
-rw-r--r-- | extensions/workben/testcomponent.cxx | 4 |
2 files changed, 8 insertions, 13 deletions
diff --git a/extensions/test/stm/datatest.cxx b/extensions/test/stm/datatest.cxx index ce910869d185..8764c341160c 100644 --- a/extensions/test/stm/datatest.cxx +++ b/extensions/test/stm/datatest.cxx @@ -24,14 +24,11 @@ #include <smart/com/sun/star/io/XActiveDataSource.hxx> #include <smart/com/sun/star/io/XConnectable.hxx> #include <smart/com/sun/star/io/XMarkableStream.hxx> - #include <smart/com/sun/star/lang/XServiceInfo.hxx> - #include <smart/com/sun/star/beans/XPropertySet.hxx> #include <usr/services.hxx> #include <usr/factoryhlp.hxx> - #include <usr/reflserv.hxx> // for EXTERN_SERVICE_CALLTYPE #include <usr/weak.hxx> // OWeakObject @@ -47,14 +44,12 @@ using namespace usr; #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 XSimpleTest, diff --git a/extensions/workben/testcomponent.cxx b/extensions/workben/testcomponent.cxx index 0dd0645c0e18..3e1cb25bd664 100644 --- a/extensions/workben/testcomponent.cxx +++ b/extensions/workben/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 <stdio.h> |