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

INTEGRATION: CWS gcj1 (1.5.86); FILE MERGED

2004/12/01 15:55:56 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 0829a89d
......@@ -2,9 +2,9 @@
*
* $RCSfile: ScIndexEnumeration_TextFieldEnumeration.java,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change:$Date: 2004-01-05 19:18:46 $
* last change:$Date: 2005-01-25 15:49:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -111,7 +111,7 @@ public class ScIndexEnumeration_TextFieldEnumeration extends TestCase {
} catch ( com.sun.star.uno.Exception e ) {
// Some exception occures.FAILED
e.printStackTrace( log );
throw new StatusException( "Couldnt create document", e );
throw new StatusException( "Couldn't create document", e );
}
}
......
......@@ -2,9 +2,9 @@
*
* $RCSfile: ScNamedRangeObj.java,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change:$Date: 2004-01-05 19:20:20 $
* last change:$Date: 2005-01-25 15:50:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -113,7 +113,7 @@ public class ScNamedRangeObj extends TestCase {
} catch ( com.sun.star.uno.Exception e ) {
// Some exception occures.FAILED
e.printStackTrace( log );
throw new StatusException( "Couldnt create document", e );
throw new StatusException( "Couldn't create document", e );
}
}
......
......@@ -2,9 +2,9 @@
*
* $RCSfile: ScNamedRangesObj.java,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change:$Date: 2004-01-05 19:20:52 $
* last change:$Date: 2005-01-25 15:50:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -116,7 +116,7 @@ public class ScNamedRangesObj extends TestCase {
} catch ( com.sun.star.uno.Exception e ) {
// Some exception occures.FAILED
e.printStackTrace( log );
throw new StatusException( "Couldnt create document", e );
throw new StatusException( "Couldn't create document", e );
}
}
......
......@@ -2,9 +2,9 @@
*
* $RCSfile: ScSheetLinkObj.java,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change:$Date: 2004-01-05 19:22:20 $
* last change:$Date: 2005-01-25 15:50:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -123,7 +123,7 @@ public class ScSheetLinkObj extends TestCase {
} catch ( com.sun.star.uno.Exception e ) {
// Some exception occures.FAILED
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