summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/system
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/system')
-rw-r--r--offapi/com/sun/star/system/SimpleMailClientFlags.idl4
-rw-r--r--offapi/com/sun/star/system/SystemShellExecuteException.idl2
-rw-r--r--offapi/com/sun/star/system/SystemShellExecuteFlags.idl2
3 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/system/SimpleMailClientFlags.idl b/offapi/com/sun/star/system/SimpleMailClientFlags.idl
index c95abb1989cc..33ee2e3e9215 100644
--- a/offapi/com/sun/star/system/SimpleMailClientFlags.idl
+++ b/offapi/com/sun/star/system/SimpleMailClientFlags.idl
@@ -39,7 +39,7 @@ published constants SimpleMailClientFlags
If this flag is specified, a recipient address must have been
specified for the given XSimpleMailMessage
object given to the method
- <member scope="com::sun::star::system">XSimpleMailClient::sendSimpleMailMessage()</member>.
+ com::sun::star::system::XSimpleMailClient::sendSimpleMailMessage().
*/
const long NO_USER_INTERFACE = 1;
@@ -47,7 +47,7 @@ published constants SimpleMailClientFlags
information if necessary.
When this flag is specified and the user needs to logon in order
to send a simple mail message via the method
- <member scope="com::sun::star::system">XSimpleMailClient::sendSimpleMailMessage()</member>,
+ com::sun::star::system::XSimpleMailClient::sendSimpleMailMessage(),
an Exception will be thrown.
*/
const long NO_LOGON_DIALOG = 2;
diff --git a/offapi/com/sun/star/system/SystemShellExecuteException.idl b/offapi/com/sun/star/system/SystemShellExecuteException.idl
index 5395da154f44..8342fa9d55da 100644
--- a/offapi/com/sun/star/system/SystemShellExecuteException.idl
+++ b/offapi/com/sun/star/system/SystemShellExecuteException.idl
@@ -26,7 +26,7 @@
module com { module sun { module star { module system {
/** May be thrown in cases of errors executing a command using the SystemShellExecute service.
- <member scope="com::sun::star::uno">Exception::Message</member> may contain a
+ com::sun::star::uno::Exception::Message may contain a
system error message, but it is not mandatory.
The member PosixError specifies a POSIX conforming error code or -1 for
unknown errors.
diff --git a/offapi/com/sun/star/system/SystemShellExecuteFlags.idl b/offapi/com/sun/star/system/SystemShellExecuteFlags.idl
index 9a2923677ca5..78ac35665396 100644
--- a/offapi/com/sun/star/system/SystemShellExecuteFlags.idl
+++ b/offapi/com/sun/star/system/SystemShellExecuteFlags.idl
@@ -33,7 +33,7 @@ published constants SystemShellExecuteFlags
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.
+ method com::sun::star::system::XSystemShellExecute::execute() fails.
*/
const long NO_SYSTEM_ERROR_MESSAGE = 1;