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

INTEGRATION: CWS qadev27 (1.4.20); FILE MERGED

2006/08/21 09:46:01 cn 1.4.20.1: #i68820# enhance logging
üst 0507b422
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: StandaloneDocumentInfo.java,v $ * $RCSfile: StandaloneDocumentInfo.java,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change: $Author: rt $ $Date: 2005-09-09 03:20:55 $ * last change: $Author: vg $ $Date: 2006-11-21 14:13:21 $
* *
* 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.
...@@ -131,7 +131,7 @@ public class StandaloneDocumentInfo extends TestCase { ...@@ -131,7 +131,7 @@ public class StandaloneDocumentInfo extends TestCase {
the_info.loadFromURL(destUrl); the_info.loadFromURL(destUrl);
} catch (com.sun.star.io.IOException e) { } catch (com.sun.star.io.IOException e) {
e.printStackTrace(log); e.printStackTrace(log);
throw new StatusException("Couldn't load document",e); throw new StatusException("Couldn't load document: " + destUrl,e);
} }
tEnv.addObjRelation("DOCURL",destUrl); tEnv.addObjRelation("DOCURL",destUrl);
return tEnv; return tEnv;
......
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