summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/XMLExporter.java
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-01-25 14:53:02 +0000
committerOliver Bolte <obo@openoffice.org>2005-01-25 14:53:02 +0000
commit8aa6c30b7f21289314cd93497890bc861272bede (patch)
tree6a2bf09407b77ae2476f618b4e46de9032c04dfe /qadevOOo/tests/java/mod/_sc/XMLExporter.java
parent725d4a03c7c91210c54eafacad62c0f9f1d40539 (diff)
INTEGRATION: CWS gcj1 (1.5.86); FILE MERGED
2004/12/01 15:55:58 cmc 1.5.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories
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 2b2d406bf4b9..e012f87459eb 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.5 $
+ * $Revision: 1.6 $
*
- * last change:$Date: 2004-01-05 19:30:27 $
+ * last change:$Date: 2005-01-25 15:53:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -121,7 +121,7 @@ public class XMLExporter extends TestCase {
} catch ( com.sun.star.uno.Exception e ) {
// Some exception occures.FAILED
e.printStackTrace( log );
- throw new StatusException( "Couldnt create document", e );
+ throw new StatusException( "Couldn't create document", e );
}
}