summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--offapi/com/sun/star/system/SystemShellExecuteFlags.idl6
-rw-r--r--offapi/com/sun/star/system/makefile.mk11
2 files changed, 11 insertions, 6 deletions
diff --git a/offapi/com/sun/star/system/SystemShellExecuteFlags.idl b/offapi/com/sun/star/system/SystemShellExecuteFlags.idl
index f3cdf6135d49..d9b940e4e0b9 100644
--- a/offapi/com/sun/star/system/SystemShellExecuteFlags.idl
+++ b/offapi/com/sun/star/system/SystemShellExecuteFlags.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SystemShellExecuteFlags.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: tra $ $Date: 2001-04-27 09:33:29 $
+ * last change: $Author: tra $ $Date: 2001-05-03 12:10:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,7 +66,7 @@
module com { module sun { module star { module system {
//=============================================================================
-/** These constants are used to specify a mode of the file dialog
+/** These constants are used to specify a mode of the ShellExecute-Service
*/
constants SystemShellExecuteFlags
diff --git a/offapi/com/sun/star/system/makefile.mk b/offapi/com/sun/star/system/makefile.mk
index 7f5160c8f96f..5791ed51d6b5 100644
--- a/offapi/com/sun/star/system/makefile.mk
+++ b/offapi/com/sun/star/system/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: tra $ $Date: 2001-04-27 09:33:16 $
+# last change: $Author: tra $ $Date: 2001-05-03 12:10:04 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -76,7 +76,12 @@ IDLFILES=\
SystemShellExecute.idl\
SystemShellExecuteException.idl\
SystemShellExecuteFlags.idl\
- XSystemShellExecute.idl
+ XSystemShellExecute.idl\
+ MailClientFlags.idl\
+ XMailMessage.idl\
+ XMailClient.idl\
+ XMailClientSupplier.idl\
+ SystemMail.idl
# ------------------------------------------------------------------