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.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/offapi/com/sun/star/system/SystemShellExecuteFlags.idl b/offapi/com/sun/star/system/SystemShellExecuteFlags.idl
index ec33586a026e..be6991f912d6 100644
--- a/offapi/com/sun/star/system/SystemShellExecuteFlags.idl
+++ b/offapi/com/sun/star/system/SystemShellExecuteFlags.idl
@@ -48,6 +48,12 @@ published constants SystemShellExecuteFlags
method <member scope="com::sun::star::system">XSystemShellExecute::execute()</member> fails.
*/
const long NO_SYSTEM_ERROR_MESSAGE = 1;
+
+ /** Only allows opening of absolute URI references.
+
+ @since LibreOffice 3.6
+ */
+ const long URIS_ONLY = 2;
};
//=============================================================================