From 3916335cded880720829f4261cc53c08cd487db3 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 25 Jan 2005 14:53:45 +0000 Subject: INTEGRATION: CWS gcj1 (1.4.86); FILE MERGED 2004/12/01 15:55:59 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/_sc/XMLMetaExporter.java | 6 +++--- qadevOOo/tests/java/mod/_sc/XMLMetaImporter.java | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'qadevOOo/tests/java/mod') diff --git a/qadevOOo/tests/java/mod/_sc/XMLMetaExporter.java b/qadevOOo/tests/java/mod/_sc/XMLMetaExporter.java index 45ed33f0e7d3..42a3f995f230 100644 --- a/qadevOOo/tests/java/mod/_sc/XMLMetaExporter.java +++ b/qadevOOo/tests/java/mod/_sc/XMLMetaExporter.java @@ -2,9 +2,9 @@ * * $RCSfile: XMLMetaExporter.java,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change:$Date: 2004-01-05 19:31:16 $ + * last change:$Date: 2005-01-25 15:53:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -120,7 +120,7 @@ public class XMLMetaExporter 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 ); } } diff --git a/qadevOOo/tests/java/mod/_sc/XMLMetaImporter.java b/qadevOOo/tests/java/mod/_sc/XMLMetaImporter.java index 2481d761be07..1502c13c0803 100644 --- a/qadevOOo/tests/java/mod/_sc/XMLMetaImporter.java +++ b/qadevOOo/tests/java/mod/_sc/XMLMetaImporter.java @@ -2,9 +2,9 @@ * * $RCSfile: XMLMetaImporter.java,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change:$Date: 2004-01-05 19:31:39 $ + * last change:$Date: 2005-01-25 15:53:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -122,7 +122,7 @@ public class XMLMetaImporter 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