summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/InteractionHandler.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb/InteractionHandler.idl')
-rw-r--r--offapi/com/sun/star/sdb/InteractionHandler.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/sdb/InteractionHandler.idl b/offapi/com/sun/star/sdb/InteractionHandler.idl
index 3c69f3bfebea..32f7b21bc62d 100644
--- a/offapi/com/sun/star/sdb/InteractionHandler.idl
+++ b/offapi/com/sun/star/sdb/InteractionHandler.idl
@@ -30,7 +30,7 @@ module com { module sun { module star { module sdb {
Do not use this service anymore. Instead, create a generic <type scope="com::sun::star::task">InteractionHandler</type>
instance, and pass it your request. It will determine, based on configuration data, which concrete interaction
handler implementation to use for a specific request. In particular, requests formerly server by this service here
- are by default passed to a <type>DatabaseInteractionHandler</type>.
+ are by default passed to a DatabaseInteractionHandler.
*/
published service InteractionHandler: com::sun::star::task::XInteractionHandler;