summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-01-25 14:42:13 +0000
committerOliver Bolte <obo@openoffice.org>2005-01-25 14:42:13 +0000
commit4a922c0776d5c2e311f3e311fafb1e2bd241f6c8 (patch)
treef0fa6ea6d3bddc5a9f03ef31073ebf9e28f7d8a2 /qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java
parent63d5865fbdf9212226faa99bde2b33b0717bb7f7 (diff)
INTEGRATION: CWS gcj1 (1.6.86); FILE MERGED
2004/12/01 15:55:50 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/ScAreaLinksObj.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java7
1 files changed, 3 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java b/qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java
index 98ec6368cf11..fbec7da36c05 100644
--- a/qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java
@@ -2,9 +2,9 @@
*
* $RCSfile: ScAreaLinksObj.java,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change:$Date: 2004-01-05 18:48:56 $
+ * last change:$Date: 2005-01-25 15:42:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,7 +58,6 @@
*
*
************************************************************************/
-
package mod._sc;
import java.io.PrintWriter;
@@ -117,7 +116,7 @@ public class ScAreaLinksObj 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 );
}
}