forked from amazingfate/loongoffice
INTEGRATION: CWS qadev26 (1.4.12); FILE MERGED
2006/04/11 12:30:11 cn 1.4.12.1: #i64282# enhance logging
This commit is contained in:
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user