summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/system/SystemShellExecuteFlags.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/system/SystemShellExecuteFlags.idl')
-rw-r--r--offapi/com/sun/star/system/SystemShellExecuteFlags.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/system/SystemShellExecuteFlags.idl b/offapi/com/sun/star/system/SystemShellExecuteFlags.idl
index be6991f912d6..10892e85e424 100644
--- a/offapi/com/sun/star/system/SystemShellExecuteFlags.idl
+++ b/offapi/com/sun/star/system/SystemShellExecuteFlags.idl
@@ -32,18 +32,15 @@
module com { module sun { module star { module system {
-//=============================================================================
/** Different settings for the <type>SystemShellExecute</type> service.
*/
published constants SystemShellExecuteFlags
{
- //---------------------------------------------------------------------
/** Uses the default settings for executing commands.
*/
const long DEFAULTS = 0;
- //---------------------------------------------------------------------
/** Prevents the display of system error message boxes if the
method <member scope="com::sun::star::system">XSystemShellExecute::execute()</member> fails.
*/
@@ -56,7 +53,6 @@ published constants SystemShellExecuteFlags
const long URIS_ONLY = 2;
};
-//=============================================================================
}; }; }; };