summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sdb/InteractionHandler.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 21:58:51 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:00 +0200
commit9f12a9da8d91364d4d0865021adbe62bfa09148c (patch)
treea74d3d9213f950fff68bca5ba07662e15b82d217 /offapi/com/sun/star/sdb/InteractionHandler.idl
parent*api: convert <type>Foo</type> (diff)
downloadcore-9f12a9da8d91364d4d0865021adbe62bfa09148c.tar.gz
core-9f12a9da8d91364d4d0865021adbe62bfa09148c.zip
*api: convert <type scope="bar">Foo</type>
This looks much better now. sed -i 's,<type scope="\([^"]*\)">\([^<]\+\)</type>,\1::\2,g' Change-Id: I94cd0f93afa89855b62dadeb229d2b2e1775cd80
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 32f7b21bc62d..4b93b778a116 100644
--- a/offapi/com/sun/star/sdb/InteractionHandler.idl
+++ b/offapi/com/sun/star/sdb/InteractionHandler.idl
@@ -27,7 +27,7 @@ module com { module sun { module star { module sdb {
/** is a service for user interaction for databases.
@deprecated
- Do not use this service anymore. Instead, create a generic <type scope="com::sun::star::task">InteractionHandler</type>
+ Do not use this service anymore. Instead, create a generic com::sun::star::task::InteractionHandler
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 DatabaseInteractionHandler.