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