summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/mod/_sw/SwXTextView.java
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-01-25 15:12:28 +0000
committerOliver Bolte <obo@openoffice.org>2005-01-25 15:12:28 +0000
commitf1edb5e0e16fd60160b5ce9d64db932b2d5e6fb1 (patch)
treeea4de0c7426e30f5569c5505f7a4e0b78473a97b /qadevOOo/tests/java/mod/_sw/SwXTextView.java
parentINTEGRATION: CWS gcj1 (1.5.86); FILE MERGED (diff)
downloadcore-f1edb5e0e16fd60160b5ce9d64db932b2d5e6fb1.tar.gz
core-f1edb5e0e16fd60160b5ce9d64db932b2d5e6fb1.zip
INTEGRATION: CWS gcj1 (1.4.86); FILE MERGED
2004/12/01 15:56:14 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/_sw/SwXTextView.java')
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwXTextView.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_sw/SwXTextView.java b/qadevOOo/tests/java/mod/_sw/SwXTextView.java
index ad6ccfeab120..d5906926e885 100644
--- a/qadevOOo/tests/java/mod/_sw/SwXTextView.java
+++ b/qadevOOo/tests/java/mod/_sw/SwXTextView.java
@@ -2,9 +2,9 @@
*
* $RCSfile: SwXTextView.java,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change:$Date: 2004-01-05 20:26:11 $
+ * last change:$Date: 2005-01-25 16:11:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -117,7 +117,7 @@ public class SwXTextView extends TestCase {
} catch ( com.sun.star.uno.Exception e ) {
// Some exception occures.FAILED
e.printStackTrace( log );
- throw new StatusException( "Couldn³t create document", e );
+ throw new StatusException( "Couldn't create document", e );
}
}