summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 15:22:06 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 15:22:06 +0000
commitd376987c836c1a0d704f63c52a6c745ff3c22667 (patch)
treed8dae1e246afcafe55c387370f4c32c8b94023fd
parentdcfd22f113d1d833eb651f8322853f7679239ec2 (diff)
INTEGRATION: CWS sb18 (1.6.116); FILE MERGED
2004/05/21 15:10:16 sb 1.6.116.1: #i21150# Added published flag.
-rw-r--r--udkapi/com/sun/star/script/InterruptReason.idl7
-rw-r--r--udkapi/com/sun/star/script/InvocationAdapterFactory.idl7
2 files changed, 6 insertions, 8 deletions
diff --git a/udkapi/com/sun/star/script/InterruptReason.idl b/udkapi/com/sun/star/script/InterruptReason.idl
index 2d06d16e0c61..d461a9bb734e 100644
--- a/udkapi/com/sun/star/script/InterruptReason.idl
+++ b/udkapi/com/sun/star/script/InterruptReason.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: InterruptReason.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 12:44:17 $
+ * last change: $Author: obo $ $Date: 2004-06-03 16:21:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,10 +69,9 @@
//=============================================================================
/** values used to specify the response for a scripting engine
interrupt.
-
@deprecated
*/
-enum InterruptReason
+published enum InterruptReason
{
//-------------------------------------------------------------------------
/** script execution was cancelled.
diff --git a/udkapi/com/sun/star/script/InvocationAdapterFactory.idl b/udkapi/com/sun/star/script/InvocationAdapterFactory.idl
index 2e281bae3707..bd647f1414c9 100644
--- a/udkapi/com/sun/star/script/InvocationAdapterFactory.idl
+++ b/udkapi/com/sun/star/script/InvocationAdapterFactory.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: InvocationAdapterFactory.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 12:44:17 $
+ * last change: $Author: obo $ $Date: 2004-06-03 16:22:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,7 +64,6 @@
#ifndef __com_sun_star_script_XInvocationAdapterFactory_idl__
#include <com/sun/star/script/XInvocationAdapterFactory.idl>
#endif
-
#ifndef __com_sun_star_script_XInvocationAdapterFactory2_idl__
#include <com/sun/star/script/XInvocationAdapterFactory2.idl>
#endif
@@ -92,7 +91,7 @@
<type scope="com::sun::star::script">XInvocationAdapterFactory2</type>.
</p>
*/
-service InvocationAdapterFactory
+published service InvocationAdapterFactory
{
/** Interface for creating adapter objects.
This interface is deprecated. Use <type>XInvocationAdapterFactory2</type>.