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

INTEGRATION: CWS gcj1 (1.4.86); FILE MERGED

2004/12/01 15:56:02 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 bb9227f0
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: SwXBodyText.java,v $ * $RCSfile: SwXBodyText.java,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change:$Date: 2004-01-05 20:02:33 $ * last change:$Date: 2005-01-25 15:56: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
...@@ -123,7 +123,7 @@ public class SwXBodyText extends TestCase { ...@@ -123,7 +123,7 @@ public class SwXBodyText 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: SwXBookmark.java,v $ * $RCSfile: SwXBookmark.java,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change:$Date: 2004-01-05 20:02:57 $ * last change:$Date: 2005-01-25 15:56:33 $
* *
* 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 SwXBookmark extends TestCase { ...@@ -110,7 +110,7 @@ public class SwXBookmark 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 );
} }
} }
...@@ -137,7 +137,7 @@ public class SwXBookmark extends TestCase { ...@@ -137,7 +137,7 @@ public class SwXBookmark extends TestCase {
instance = SOF.createInstance(xTextDoc,"com.sun.star.text.Bookmark"); instance = SOF.createInstance(xTextDoc,"com.sun.star.text.Bookmark");
} 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 Bookmark", e ); throw new StatusException( "Couldn't create Bookmark", e );
} }
log.println( "creating a new environment for bodytext object" ); log.println( "creating a new environment for bodytext object" );
TestEnvironment tEnv = new TestEnvironment( oObj ); TestEnvironment tEnv = new TestEnvironment( oObj );
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: SwXBookmarks.java,v $ * $RCSfile: SwXBookmarks.java,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change:$Date: 2004-01-05 20:03:25 $ * last change:$Date: 2005-01-25 15:56:47 $
* *
* 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
...@@ -106,7 +106,7 @@ public class SwXBookmarks extends TestCase { ...@@ -106,7 +106,7 @@ public class SwXBookmarks 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 );
} }
} }
...@@ -136,7 +136,7 @@ public class SwXBookmarks extends TestCase { ...@@ -136,7 +136,7 @@ public class SwXBookmarks extends TestCase {
SOF.insertTextContent( xTextDoc, (XTextContent) oObj ); SOF.insertTextContent( xTextDoc, (XTextContent) oObj );
} 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 Bookmark", e ); throw new StatusException( "Couldn't create Bookmark", e );
} }
XBookmarksSupplier oBSupp = (XBookmarksSupplier) XBookmarksSupplier oBSupp = (XBookmarksSupplier)
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: SwXCell.java,v $ * $RCSfile: SwXCell.java,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change:$Date: 2004-01-05 20:03:50 $ * last change:$Date: 2005-01-25 15:57:05 $
* *
* 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 SwXCell extends TestCase { ...@@ -104,7 +104,7 @@ public class SwXCell 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