summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/task
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 15:31:31 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 15:31:31 +0000
commit3587ad49f71f2e596d97af46f532e4951a66ad44 (patch)
treea67381436a48a7391570c9bb3101565a1f53b2ea /udkapi/com/sun/star/task
parent639702c8e48b84c0fbe2b45942745a87df10bb62 (diff)
INTEGRATION: CWS sb18 (1.4.100); FILE MERGED
2004/05/21 15:10:26 sb 1.4.100.1: #i21150# Added published flag.
Diffstat (limited to 'udkapi/com/sun/star/task')
-rw-r--r--udkapi/com/sun/star/task/XInteractionAbort.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/task/XInteractionAbort.idl b/udkapi/com/sun/star/task/XInteractionAbort.idl
index f24954bf891a..dc68d59b880c 100644
--- a/udkapi/com/sun/star/task/XInteractionAbort.idl
+++ b/udkapi/com/sun/star/task/XInteractionAbort.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XInteractionAbort.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 17:37:04 $
+ * last change: $Author: obo $ $Date: 2004-06-03 16:31:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,7 +76,7 @@
/** An interaction continuation specifing to abort executing the process that
issued the request.
*/
-interface XInteractionAbort: com::sun::star::task::XInteractionContinuation
+published interface XInteractionAbort: com::sun::star::task::XInteractionContinuation
{
};