summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/system/XSystemShellExecute.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/system/XSystemShellExecute.idl')
-rw-r--r--offapi/com/sun/star/system/XSystemShellExecute.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/system/XSystemShellExecute.idl b/offapi/com/sun/star/system/XSystemShellExecute.idl
index 14a8326148c2..66f362159013 100644
--- a/offapi/com/sun/star/system/XSystemShellExecute.idl
+++ b/offapi/com/sun/star/system/XSystemShellExecute.idl
@@ -33,18 +33,15 @@
#include <com/sun/star/lang/IllegalArgumentException.idl>
#include <com/sun/star/system/SystemShellExecuteException.idl>
-//=============================================================================
module com { module sun { module star { module system {
-//=============================================================================
/** Specifies an interface for executing a system command.
*/
published interface XSystemShellExecute: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** Executes an arbitrary system command.
@param aCommand
@@ -77,7 +74,6 @@ published interface XSystemShellExecute: com::sun::star::uno::XInterface
raises( ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::system::SystemShellExecuteException );
};
-//=============================================================================
}; }; }; };