summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/system/SystemShellExecute.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/system/SystemShellExecute.idl')
-rw-r--r--offapi/com/sun/star/system/SystemShellExecute.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/system/SystemShellExecute.idl b/offapi/com/sun/star/system/SystemShellExecute.idl
index 45b0075f4588..4ba5087bac80 100644
--- a/offapi/com/sun/star/system/SystemShellExecute.idl
+++ b/offapi/com/sun/star/system/SystemShellExecute.idl
@@ -23,15 +23,12 @@
#include <com/sun/star/lang/XServiceInfo.idl>
#include <com/sun/star/lang/XTypeProvider.idl>
-//=============================================================================
module com { module sun { module star { module system {
-//=============================================================================
published interface XSystemShellExecute;
-//=============================================================================
/** Specifies a system executer service. Such a service makes it possible
to execute an arbitrary system command.
@@ -40,23 +37,19 @@ module com { module sun { module star { module system {
published service SystemShellExecute
{
- //-------------------------------------------------------------------------
/** Provides access to a <type>XSystemShellExecute</type> interface.
*/
interface XSystemShellExecute;
- //-------------------------------------------------------------------------
/** Service should always support this interface.
*/
interface com::sun::star::lang::XServiceInfo;
- //-------------------------------------------------------------------------
/** Service should always support this interface.
*/
interface com::sun::star::lang::XTypeProvider;
};
-//=============================================================================
}; }; }; };