diff options
author | Michael Hönnig <mi@openoffice.org> | 2000-12-14 11:57:26 +0000 |
---|---|---|
committer | Michael Hönnig <mi@openoffice.org> | 2000-12-14 11:57:26 +0000 |
commit | c70d7c0e31f8c693752e713705ca992e56c096f8 (patch) | |
tree | cc9cbf154bea8ec154629cbb57a47b2ef21eddbd /udkapi | |
parent | 7005cb639b4e36921e62b36d22c0b5ad4c2dfd12 (diff) |
<true></true> -> <TRUE/> and same with FALSE
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/script/AllListenerAdapter.idl | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/script/AllListenerAdapter.idl b/udkapi/com/sun/star/script/AllListenerAdapter.idl index ce24bc62e20e..fcc6b3548a45 100644 --- a/udkapi/com/sun/star/script/AllListenerAdapter.idl +++ b/udkapi/com/sun/star/script/AllListenerAdapter.idl @@ -2,9 +2,9 @@ * * $RCSfile: AllListenerAdapter.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:28:52 $ + * last change: $Author: mi $ $Date: 2000-12-14 12:57:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,7 +79,7 @@ <p>To ensure that the unoidl smart compiler generates stub code, use the - "createAllListener" = <true></true> switch in the mapping. The switch enables + "createAllListener" = <TRUE/> switch in the mapping. The switch enables code generation for the specified interface and all derived interfaces. </p> @@ -98,6 +98,9 @@ service AllListenerAdapter /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/08 12:28:52 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:35 hjs initial import |