summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XDesktop.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2000-12-14 11:57:26 +0000
committerMichael Hönnig <mi@openoffice.org>2000-12-14 11:57:26 +0000
commitc70d7c0e31f8c693752e713705ca992e56c096f8 (patch)
treecc9cbf154bea8ec154629cbb57a47b2ef21eddbd /offapi/com/sun/star/frame/XDesktop.idl
parent7005cb639b4e36921e62b36d22c0b5ad4c2dfd12 (diff)
<true></true> -> <TRUE/> and same with FALSE
Diffstat (limited to 'offapi/com/sun/star/frame/XDesktop.idl')
-rw-r--r--offapi/com/sun/star/frame/XDesktop.idl11
1 files changed, 7 insertions, 4 deletions
diff --git a/offapi/com/sun/star/frame/XDesktop.idl b/offapi/com/sun/star/frame/XDesktop.idl
index c0ca9c33c003..497f7536985f 100644
--- a/offapi/com/sun/star/frame/XDesktop.idl
+++ b/offapi/com/sun/star/frame/XDesktop.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XDesktop.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:14 $
+ * last change: $Author: mi $ $Date: 2000-12-14 12:53:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -112,8 +112,8 @@ interface XDesktop: com::sun::star::uno::XInterface
<p>First a vetoable queryTermination-event is broadcast. If no
TerminationVetoException was thrown, a notifyTermination-event is
- broadcast and <true></true> will be returned; otherwise an
- abortTermination-event is broadcast and <false></false> will be returned.
+ broadcast and <TRUE/> will be returned; otherwise an
+ abortTermination-event is broadcast and <FALSE/> will be returned.
</p>@see exception com::sun::star::frame::TerminationVetoException
@see interface XTerminateListener
*/
@@ -189,6 +189,9 @@ interface XDesktop: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:43:14 mi
+ moved from api
+
Revision 1.2 2000/10/09 14:24:56 mi
#78715# exchanged stardiv::... by com::sun::star::... (especially in @see tags)