summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetLinksEnumeration.java
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-01-25 14:48:55 +0000
committerOliver Bolte <obo@openoffice.org>2005-01-25 14:48:55 +0000
commitacf3c8782fb0e4eb627e9b69d10008c195ed8f9a (patch)
tree15452231014f20615e66ab60453537de4b0b4d66 /qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetLinksEnumeration.java
parentINTEGRATION: CWS gcj1 (1.5.86); FILE MERGED (diff)
downloadcore-acf3c8782fb0e4eb627e9b69d10008c195ed8f9a.tar.gz
core-acf3c8782fb0e4eb627e9b69d10008c195ed8f9a.zip
INTEGRATION: CWS gcj1 (1.6.86); FILE MERGED
2004/12/01 15:55:55 cmc 1.6.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/ScIndexEnumeration_SheetLinksEnumeration.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetLinksEnumeration.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetLinksEnumeration.java b/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetLinksEnumeration.java
index efd682474272..893e4500ae9e 100644
--- a/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetLinksEnumeration.java
+++ b/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetLinksEnumeration.java
@@ -2,9 +2,9 @@
*
* $RCSfile: ScIndexEnumeration_SheetLinksEnumeration.java,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change:$Date: 2004-01-05 19:14:40 $
+ * last change:$Date: 2005-01-25 15:48:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -98,7 +98,7 @@ public class ScIndexEnumeration_SheetLinksEnumeration 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 );
}
}