summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-05-19 09:46:21 +0000
committerKurt Zenker <kz@openoffice.org>2004-05-19 09:46:21 +0000
commitc3fbe261673894d8f84aa72844aa28becda66b50 (patch)
tree37ac6969b88a55dbc026db80e787ab7044192540
parent12736623e1398f84719a52c961b0395b79cf84b9 (diff)
INTEGRATION: CWS sdk10 (1.1.332); FILE MERGED
2004/02/11 11:11:05 mi 1.1.332.1: #112131# @throws statt @raises
-rw-r--r--offapi/com/sun/star/util/XCloseable.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/util/XCloseable.idl b/offapi/com/sun/star/util/XCloseable.idl
index 7b7c7e295..812b1e656 100644
--- a/offapi/com/sun/star/util/XCloseable.idl
+++ b/offapi/com/sun/star/util/XCloseable.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XCloseable.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: as $ $Date: 2002-04-05 06:54:27 $
+ * last change: $Author: kz $ $Date: 2004-05-19 10:46:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -150,7 +150,7 @@ interface XCloseable: XCloseBroadcaster
<FALSE/> let the ownership at the original one which called the close() method. He must react for possible
CloseVetoExceptions and try it again at a later time. This can be usefull for a generic UI handling.
- @raises CloseVetoException
+ @throws CloseVetoException
indicates that the closing object himself or any of his currently registered listener disagree with this close() request.
@see XCloseListener