summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/XMLExporter.java
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-06-14 14:51:12 +0000
committerOliver Bolte <obo@openoffice.org>2005-06-14 14:51:12 +0000
commit5eac85c877e58c4efebe2a79d07bbf549f1e82dd (patch)
treeadfd6d81acf4d32574b338cc3b695dc240a3724d /qadevOOo/tests/java/mod/_sc/XMLExporter.java
parent857b9c174374f47c989feb4ac95c6f591da00560 (diff)
INTEGRATION: CWS qadev23 (1.6.14); FILE MERGED
2005/04/21 12:40:45 cn 1.6.14.1: #i46788# replace logging/comment string 'text doc' with 'calc doc'
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/XMLExporter.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/XMLExporter.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/XMLExporter.java b/qadevOOo/tests/java/mod/_sc/XMLExporter.java
index e012f87459eb..9abad56c0182 100644
--- a/qadevOOo/tests/java/mod/_sc/XMLExporter.java
+++ b/qadevOOo/tests/java/mod/_sc/XMLExporter.java
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLExporter.java,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change:$Date: 2005-01-25 15:53:02 $
+ * last change:$Date: 2005-06-14 15:51:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -116,7 +116,7 @@ public class XMLExporter extends TestCase {
protected void initialize( TestParameters tParam, PrintWriter log ) {
SOfficeFactory SOF = SOfficeFactory.getFactory( (XMultiServiceFactory)tParam.getMSF() );
try {
- log.println( "creating a textdocument" );
+ log.println( "creating a calc document" );
xSheetDoc = SOF.openDoc("scalc","_blank");
} catch ( com.sun.star.uno.Exception e ) {
// Some exception occures.FAILED