summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/XInteractionHandlerSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/XInteractionHandlerSupplier.idl')
-rw-r--r--offapi/com/sun/star/ucb/XInteractionHandlerSupplier.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/ucb/XInteractionHandlerSupplier.idl b/offapi/com/sun/star/ucb/XInteractionHandlerSupplier.idl
index 32946dabfa8e..49bafbe6b8f6 100644
--- a/offapi/com/sun/star/ucb/XInteractionHandlerSupplier.idl
+++ b/offapi/com/sun/star/ucb/XInteractionHandlerSupplier.idl
@@ -27,19 +27,19 @@ module com { module sun { module star { module ucb {
/** This interface should be implemented by an internal
XCommandEnvironment that can not supply an
- <type scope="com::sun::star::task">XInteractionHandler</type>, but instead
+ com::sun::star::task::XInteractionHandler, but instead
wants interaction requests to be handled by other internal error handling
mechanism.
*/
published interface XInteractionHandlerSupplier: com::sun::star::uno::XInterface
{
/** Returns whether an
- <type scope="com::sun::star::task">XInteractionHandler</type> can be
+ com::sun::star::task::XInteractionHandler can be
supplied.
@returns
<TRUE/>, if an
- <type scope="com::sun::star::task">XInteractionHandler</type> can be
+ com::sun::star::task::XInteractionHandler can be
supplied, <FALSE/> otherwise.
*/
boolean hasInteractionHandler();