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

INTEGRATION: CWS gcj1 (1.7.86); FILE MERGED

2004/12/01 15:55:51 cmc 1.7.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 b770c4c0
......@@ -2,9 +2,9 @@
*
* $RCSfile: ScCellRangeObj.java,v $
*
* $Revision: 1.7 $
* $Revision: 1.8 $
*
* last change:$Date: 2004-01-05 18:53:13 $
* last change:$Date: 2005-01-25 15:43:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -59,7 +59,6 @@
*
************************************************************************/
package mod._sc;
import java.io.PrintWriter;
import lib.StatusException;
......@@ -144,7 +143,7 @@ public class ScCellRangeObj 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