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

INTEGRATION: CWS gcj1 (1.4.86); FILE MERGED

2004/12/01 15:56:06 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
üst b24de93e
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: SwXFootnotes.java,v $ * $RCSfile: SwXFootnotes.java,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change:$Date: 2004-01-05 20:09:16 $ * last change:$Date: 2005-01-25 16:00:00 $
* *
* 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
...@@ -107,7 +107,7 @@ public class SwXFootnotes extends TestCase { ...@@ -107,7 +107,7 @@ public class SwXFootnotes extends TestCase {
xTextDoc = SOF.createTextDoc( null ); xTextDoc = SOF.createTextDoc( null );
} catch ( com.sun.star.uno.Exception e ) { } catch ( com.sun.star.uno.Exception e ) {
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: SwXFrames.java,v $ * $RCSfile: SwXFrames.java,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change:$Date: 2004-01-05 20:09:39 $ * last change:$Date: 2005-01-25 16:00:17 $
* *
* 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
...@@ -110,7 +110,7 @@ public class SwXFrames extends TestCase { ...@@ -110,7 +110,7 @@ public class SwXFrames extends TestCase {
xTextDoc = SOF.createTextDoc( null ); xTextDoc = SOF.createTextDoc( null );
} catch ( com.sun.star.uno.Exception e ) { } catch ( com.sun.star.uno.Exception e ) {
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: SwXLineNumberingProperties.java,v $ * $RCSfile: SwXLineNumberingProperties.java,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change:$Date: 2004-01-05 20:10:31 $ * last change:$Date: 2005-01-25 16:00:54 $
* *
* 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
...@@ -104,7 +104,7 @@ public class SwXLineNumberingProperties extends TestCase { ...@@ -104,7 +104,7 @@ public class SwXLineNumberingProperties extends TestCase {
xTextDoc = SOF.createTextDoc( null ); xTextDoc = SOF.createTextDoc( null );
} catch ( com.sun.star.uno.Exception e ) { } catch ( com.sun.star.uno.Exception e ) {
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