From f1edb5e0e16fd60160b5ce9d64db932b2d5e6fb1 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 25 Jan 2005 15:12:28 +0000 Subject: 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 --- qadevOOo/tests/java/mod/_sw/SwXTextView.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'qadevOOo/tests/java/mod/_sw/SwXTextView.java') 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 ); } } -- cgit