summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-07-23 14:07:12 +0000
committerRüdiger Timm <rt@openoffice.org>2004-07-23 14:07:12 +0000
commite4d51f13ad24638d16371a03783de45462ea059c (patch)
tree71002691c5f4113975d555ea3ea7bc43113535f6 /offapi
parent4fa2a1f084d6135e88100b71601effe23897410c (diff)
INTEGRATION: CWS sb20 (1.9.40); FILE MERGED
2004/07/09 08:32:33 sb 1.9.40.1: #i29741# Retrofitted existing services as single-interface--based ones.
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/sdb/InteractionHandler.idl18
1 files changed, 6 insertions, 12 deletions
diff --git a/offapi/com/sun/star/sdb/InteractionHandler.idl b/offapi/com/sun/star/sdb/InteractionHandler.idl
index a42d6f0141ee..44d35bdb10f2 100644
--- a/offapi/com/sun/star/sdb/InteractionHandler.idl
+++ b/offapi/com/sun/star/sdb/InteractionHandler.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: InteractionHandler.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2004-06-03 21:38:13 $
+ * last change: $Author: rt $ $Date: 2004-07-23 15:07:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,13 +61,12 @@
#ifndef __com_sun_star_sdb_InteractionHandler_idl__
#define __com_sun_star_sdb_InteractionHandler_idl__
-#ifndef __com_sun_star_task_XInteractionHandler_idl__
-#include <com/sun/star/task/XInteractionHandler.idl>
-#endif
+module com { module sun { module star { module task {
+ published interface XInteractionHandler;
+}; }; }; };
module com { module sun { module star { module sdb {
-
/** is a service for user interaction for databases.
<p>
interaction requests that the handler can provide are:
@@ -120,12 +119,7 @@ module com { module sun { module star { module sdb {
</ul>
</p>
*/
-published service InteractionHandler
-{
- /** handles interaction requests
- */
- interface com::sun::star::task::XInteractionHandler;
-};
+published service InteractionHandler: com::sun::star::task::XInteractionHandler;
//=============================================================================