summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XSynchronousDispatch.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XSynchronousDispatch.idl')
-rw-r--r--offapi/com/sun/star/frame/XSynchronousDispatch.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/frame/XSynchronousDispatch.idl b/offapi/com/sun/star/frame/XSynchronousDispatch.idl
index 472c5be45e1d..28871f031533 100644
--- a/offapi/com/sun/star/frame/XSynchronousDispatch.idl
+++ b/offapi/com/sun/star/frame/XSynchronousDispatch.idl
@@ -32,18 +32,15 @@
#include <com/sun/star/util/URL.idl>
#include <com/sun/star/beans/PropertyValue.idl>
-//=============================================================================
module com { module sun { module star { module frame {
-//=============================================================================
/** additional interfaces for dispatch objects: allow to execute with return value
@since OOo 2.0
@see XDispatch
*/
published interface XSynchronousDispatch: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** dispatches a URL synchronously and offers a return values
<p>
@@ -63,7 +60,6 @@ published interface XSynchronousDispatch: com::sun::star::uno::XInterface
[in] sequence<com::sun::star::beans::PropertyValue> Arguments);
};
-//=============================================================================
}; }; }; };