summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XDispatchHelper.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XDispatchHelper.idl')
-rw-r--r--offapi/com/sun/star/frame/XDispatchHelper.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/frame/XDispatchHelper.idl b/offapi/com/sun/star/frame/XDispatchHelper.idl
index 510a663201be..b7b2e50b71c3 100644
--- a/offapi/com/sun/star/frame/XDispatchHelper.idl
+++ b/offapi/com/sun/star/frame/XDispatchHelper.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/frame/XDispatchProvider.idl>
#include <com/sun/star/beans/PropertyValue.idl>
-//=============================================================================
module com { module sun { module star { module frame {
-//=============================================================================
/** provides an easy way to dispatch functions useful at UI level.
@see XDispatch
@@ -36,7 +34,6 @@
*/
published interface XDispatchHelper : com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** executes the dispatch.
Listeners are not supported here!
@@ -73,7 +70,6 @@ published interface XDispatchHelper : com::sun::star::uno::XInterface
[in] sequence< com::sun::star::beans::PropertyValue > Arguments );
};
-//=============================================================================
}; }; }; };