summaryrefslogtreecommitdiff
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.idl11
1 files changed, 1 insertions, 10 deletions
diff --git a/offapi/com/sun/star/system/SystemShellExecuteFlags.idl b/offapi/com/sun/star/system/SystemShellExecuteFlags.idl
index 833e6a9bf260..080ef8c161b5 100644
--- a/offapi/com/sun/star/system/SystemShellExecuteFlags.idl
+++ b/offapi/com/sun/star/system/SystemShellExecuteFlags.idl
@@ -19,34 +19,25 @@
*
*************************************************************/
-
-
#ifndef __com_sun_star_system_SystemShellExecuteFlags_idl__
#define __com_sun_star_system_SystemShellExecuteFlags_idl__
-
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;
+ 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.
*/
const long NO_SYSTEM_ERROR_MESSAGE = 1;
};
-//=============================================================================
-
}; }; }; };
#endif