summaryrefslogtreecommitdiffstats
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.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ucb/XInteractionHandlerSupplier.idl b/offapi/com/sun/star/ucb/XInteractionHandlerSupplier.idl
index 84668ae6e475..83f5cac68353 100644
--- a/offapi/com/sun/star/ucb/XInteractionHandlerSupplier.idl
+++ b/offapi/com/sun/star/ucb/XInteractionHandlerSupplier.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** This interface should be implemented by an internal
<type>XCommandEnvironment</type> that can not supply an
<type scope="com::sun::star::task">XInteractionHandler</type>, but instead
@@ -35,7 +33,6 @@ module com { module sun { module star { module ucb {
*/
published interface XInteractionHandlerSupplier: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** Returns whether an
<type scope="com::sun::star::task">XInteractionHandler</type> can be
supplied.
@@ -48,7 +45,6 @@ published interface XInteractionHandlerSupplier: com::sun::star::uno::XInterface
boolean hasInteractionHandler();
};
-//=============================================================================
}; }; }; };