summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ucb/XInteractionSupplyName.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/XInteractionSupplyName.idl')
-rw-r--r--offapi/com/sun/star/ucb/XInteractionSupplyName.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ucb/XInteractionSupplyName.idl b/offapi/com/sun/star/ucb/XInteractionSupplyName.idl
index 61f5cb319788..8b3e77aaa941 100644
--- a/offapi/com/sun/star/ucb/XInteractionSupplyName.idl
+++ b/offapi/com/sun/star/ucb/XInteractionSupplyName.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/task/XInteractionContinuation.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** is an interaction continuation used to hand back a new name for something.
<p>For example, this continuation can be selected when handling a
@@ -46,7 +44,6 @@ module com { module sun { module star { module ucb {
*/
published interface XInteractionSupplyName : com::sun::star::task::XInteractionContinuation
{
- //-------------------------------------------------------------------------
/** sets the name to supply.
@param Name
@@ -55,7 +52,6 @@ published interface XInteractionSupplyName : com::sun::star::task::XInteractionC
void setName( [in] string Name );
};
-//=============================================================================
}; }; }; };