summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/XCommandEnvironment.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/XCommandEnvironment.idl')
-rw-r--r--offapi/com/sun/star/ucb/XCommandEnvironment.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/ucb/XCommandEnvironment.idl b/offapi/com/sun/star/ucb/XCommandEnvironment.idl
index 99f889c07ab3..fa2436bd384f 100644
--- a/offapi/com/sun/star/ucb/XCommandEnvironment.idl
+++ b/offapi/com/sun/star/ucb/XCommandEnvironment.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/task/XInteractionHandler.idl>
#include <com/sun/star/ucb/XProgressHandler.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** defines the environment for a command.
@version 1.0
@@ -37,7 +35,6 @@ module com { module sun { module star { module ucb {
*/
published interface XCommandEnvironment : com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** returns the command's interaction handler.
<p>If called multiple times, this method should consistently return the
@@ -48,7 +45,6 @@ published interface XCommandEnvironment : com::sun::star::uno::XInterface
*/
com::sun::star::task::XInteractionHandler getInteractionHandler();
- //-------------------------------------------------------------------------
/** returns the command's progress handler.
<p>If called multiple times, this method should consistently return the
@@ -60,7 +56,6 @@ published interface XCommandEnvironment : com::sun::star::uno::XInterface
com::sun::star::ucb::XProgressHandler getProgressHandler();
};
-//=============================================================================
}; }; }; };