Kaydet (Commit) 63d5865f authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS gcj1 (1.5.86); FILE MERGED

2004/12/01 15:55:49 cmc 1.5.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
üst cd025bd9
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: ScAnnotationObj.java,v $ * $RCSfile: ScAnnotationObj.java,v $
* *
* $Revision: 1.5 $ * $Revision: 1.6 $
* *
* last change:$Date: 2004-01-05 18:47:06 $ * last change:$Date: 2005-01-25 15:41:16 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -120,7 +120,7 @@ public class ScAnnotationObj extends TestCase { ...@@ -120,7 +120,7 @@ public class ScAnnotationObj extends TestCase {
} catch ( com.sun.star.uno.Exception e ) { } catch ( com.sun.star.uno.Exception e ) {
// Some exception occures.FAILED // Some exception occures.FAILED
e.printStackTrace( log ); e.printStackTrace( log );
throw new StatusException( "Couldnt create document", e ); throw new StatusException( "Couldn't create document", e );
} }
} }
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: ScAnnotationsObj.java,v $ * $RCSfile: ScAnnotationsObj.java,v $
* *
* $Revision: 1.5 $ * $Revision: 1.6 $
* *
* last change:$Date: 2004-01-05 18:48:00 $ * last change:$Date: 2005-01-25 15:41:43 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -121,7 +121,7 @@ public class ScAnnotationsObj extends TestCase { ...@@ -121,7 +121,7 @@ public class ScAnnotationsObj extends TestCase {
} catch ( com.sun.star.uno.Exception e ) { } catch ( com.sun.star.uno.Exception e ) {
// Some exception occures.FAILED // Some exception occures.FAILED
e.printStackTrace( log ); e.printStackTrace( log );
throw new StatusException( "Couldnt create document", e ); throw new StatusException( "Couldn't create document", e );
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment