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

INTEGRATION: CWS qadev21 (1.4.106); FILE MERGED

2005/02/07 13:47:21 cn 1.4.106.1: #i31724# corretions in logging
üst 3705014a
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: AccessibleTabBarPageList.java,v $ * $RCSfile: AccessibleTabBarPageList.java,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change:$Date: 2003-09-08 12:34:27 $ * last change:$Date: 2005-02-24 17:57:27 $
* *
* 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
...@@ -153,7 +153,7 @@ public class AccessibleTabBarPageList extends TestCase { ...@@ -153,7 +153,7 @@ public class AccessibleTabBarPageList extends TestCase {
SOfficeFactory SOF = SOfficeFactory.getFactory( (XMultiServiceFactory) tParam.getMSF()); SOfficeFactory SOF = SOfficeFactory.getFactory( (XMultiServiceFactory) tParam.getMSF());
try { try {
log.println("creating a spreadsheet document"); log.println("creating a draw document");
xDoc = SOF.createDrawDoc(null); xDoc = SOF.createDrawDoc(null);
} catch (com.sun.star.uno.Exception e) { } catch (com.sun.star.uno.Exception e) {
// Some exception occures.FAILED // Some exception occures.FAILED
......
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