Kaydet (Commit) 35477b8b authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS qadev24 (1.3.114); FILE MERGED

2005/09/19 13:27:13 cn 1.3.114.2: RESYNC: (1.3-1.4); FILE MERGED
2005/08/16 09:05:21 cn 1.3.114.1: #i52275# use XSimpleFileAccess to locaate printed file
üst 5ac1fc81
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: _XPrintable.java,v $ * $RCSfile: _XPrintable.java,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change: $Author: rt $ $Date: 2005-09-09 01:46:20 $ * last change: $Author: kz $ $Date: 2005-11-02 17:49:46 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -180,12 +180,13 @@ public class _XPrintable extends MultiMethodTest { ...@@ -180,12 +180,13 @@ public class _XPrintable extends MultiMethodTest {
result = false ; result = false ;
} }
java.io.File the_file = new java.io.File(fileName);
log.println("File "+fileName+" exists = "+the_file.exists());
try { try {
boolean fileExists = fAcc.exists(fileURL);
log.println("File "+fileName+" exists = "+fileExists);
if (result) { if (result) {
result &= fAcc.exists(fileURL) ; result &= fileExists ;
} }
} catch (com.sun.star.uno.Exception e) { } catch (com.sun.star.uno.Exception e) {
log.println("Error while while checking file '" + log.println("Error while while checking file '" +
......
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