Kaydet (Commit) df9c4701 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS qadev21 (1.8.90); FILE MERGED

2005/02/07 14:00:44 cn 1.8.90.1: #i31724# corretions in logging
üst fdbacccf
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: ScTabViewObj.java,v $ * $RCSfile: ScTabViewObj.java,v $
* *
* $Revision: 1.8 $ * $Revision: 1.9 $
* *
* last change:$Date: 2004-01-05 19:25:59 $ * last change:$Date: 2005-02-24 17:53:18 $
* *
* 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
...@@ -130,7 +130,7 @@ public class ScTabViewObj extends TestCase { ...@@ -130,7 +130,7 @@ public class ScTabViewObj extends TestCase {
SOfficeFactory SOF = SOfficeFactory.getFactory( (XMultiServiceFactory)Param.getMSF()); SOfficeFactory SOF = SOfficeFactory.getFactory( (XMultiServiceFactory)Param.getMSF());
try { try {
log.println("creating a spreadsheetdocument"); log.println("creating two spreadsheet documents");
xSpreadsheetDoc = SOF.createCalcDoc(null); xSpreadsheetDoc = SOF.createCalcDoc(null);
try { try {
Thread.sleep(1000); Thread.sleep(1000);
......
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