summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sw/SwXFrames.java
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-01-25 15:00:54 +0000
committerOliver Bolte <obo@openoffice.org>2005-01-25 15:00:54 +0000
commitdefc65a37dc396fba5f04f6c342a34adfa8ee9e3 (patch)
tree267bc9bc7f8858847e714e2aeabf442ed3bb8785 /qadevOOo/tests/java/mod/_sw/SwXFrames.java
parentb24de93eade7501c686f8ccfc0a0d96dea929f39 (diff)
INTEGRATION: CWS gcj1 (1.4.86); FILE MERGED
2004/12/01 15:56:06 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/SwXFrames.java')
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwXFrames.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_sw/SwXFrames.java b/qadevOOo/tests/java/mod/_sw/SwXFrames.java
index 9d8539409a88..cd0f3d8af556 100644
--- a/qadevOOo/tests/java/mod/_sw/SwXFrames.java
+++ b/qadevOOo/tests/java/mod/_sw/SwXFrames.java
@@ -2,9 +2,9 @@
*
* $RCSfile: SwXFrames.java,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change:$Date: 2004-01-05 20:09:39 $
+ * last change:$Date: 2005-01-25 16:00:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -110,7 +110,7 @@ public class SwXFrames extends TestCase {
xTextDoc = SOF.createTextDoc( null );
} catch ( com.sun.star.uno.Exception e ) {
e.printStackTrace( log );
- throw new StatusException( "Couldn³t create document", e );
+ throw new StatusException( "Couldn't create document", e );
}
}