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

INTEGRATION: CWS qadev26 (1.4.12); FILE MERGED

2006/04/11 12:30:11 cn 1.4.12.1: #i64282# enhance logging
üst bd94ee41
......@@ -4,9 +4,9 @@
*
* $RCSfile: OImageButtonModel.java,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: rt $ $Date: 2005-09-09 02:12:38 $
* last change: $Author: vg $ $Date: 2006-05-17 13:35:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -130,9 +130,9 @@ public class OImageButtonModel extends TestCase {
XCloseable.class, xDrawDoc);
closer.close(true);
} catch (com.sun.star.util.CloseVetoException e) {
log.println("couldn't close document");
log.println("couldn't close document: " + e.toString());
} catch (com.sun.star.lang.DisposedException e) {
log.println("couldn't close document");
log.println("couldn't close document: " + e.toString());
}
}
......
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