summaryrefslogtreecommitdiff
path: root/sax
diff options
context:
space:
mode:
Diffstat (limited to 'sax')
-rw-r--r--sax/test/saxdemo.cxx4
-rw-r--r--sax/test/testcomponent.cxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/sax/test/saxdemo.cxx b/sax/test/saxdemo.cxx
index 486752081668..3910bbf56dea 100644
--- a/sax/test/saxdemo.cxx
+++ b/sax/test/saxdemo.cxx
@@ -20,9 +20,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.uno.io.Pipe
//
#include <stdio.h>
diff --git a/sax/test/testcomponent.cxx b/sax/test/testcomponent.cxx
index b81e07d1ef81..f8ef724e063d 100644
--- a/sax/test/testcomponent.cxx
+++ b/sax/test/testcomponent.cxx
@@ -20,9 +20,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 com.sun.star.io.Pipe
//
#include <stdio.h>