summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/XMLMetaImporter.java
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-01-25 14:53:45 +0000
committerOliver Bolte <obo@openoffice.org>2005-01-25 14:53:45 +0000
commit3916335cded880720829f4261cc53c08cd487db3 (patch)
tree8de9ff13693a9b2a073351deddae9035bd949bdb /qadevOOo/tests/java/mod/_sc/XMLMetaImporter.java
parentefd9ac1427b5382670a2fe5cc9c1e2a3ca6b3990 (diff)
INTEGRATION: CWS gcj1 (1.4.86); FILE MERGED
2004/12/01 15:55:59 cmc 1.4.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/XMLMetaImporter.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/XMLMetaImporter.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/XMLMetaImporter.java b/qadevOOo/tests/java/mod/_sc/XMLMetaImporter.java
index 2481d761be07..1502c13c0803 100644
--- a/qadevOOo/tests/java/mod/_sc/XMLMetaImporter.java
+++ b/qadevOOo/tests/java/mod/_sc/XMLMetaImporter.java
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLMetaImporter.java,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change:$Date: 2004-01-05 19:31:39 $
+ * last change:$Date: 2005-01-25 15:53:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -122,7 +122,7 @@ public class XMLMetaImporter 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 );
}
}