summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorok <ok@openoffice.org>2001-09-07 06:03:01 +0000
committerok <ok@openoffice.org>2001-09-07 06:03:01 +0000
commit9bc6c9dd265a13a68f4f9353874ca7f7b828573f (patch)
tree7808972783a92a24b6da4f4bdb952adb2fa9b763 /offapi
parentac2f25339264d2b166fb74ddcd198d2efd499f91 (diff)
fix: #91903#
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/setup/CopyFileAction.idl5
-rw-r--r--offapi/com/sun/star/setup/DeleteFileAction.idl5
-rw-r--r--offapi/com/sun/star/setup/UnzipAction.idl5
3 files changed, 9 insertions, 6 deletions
diff --git a/offapi/com/sun/star/setup/CopyFileAction.idl b/offapi/com/sun/star/setup/CopyFileAction.idl
index 5c82ef0b3502..301c342d30dc 100644
--- a/offapi/com/sun/star/setup/CopyFileAction.idl
+++ b/offapi/com/sun/star/setup/CopyFileAction.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: CopyFileAction.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:44 $
+ * last change: $Author: ok $ $Date: 2001-09-07 07:03:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,6 +82,7 @@ struct CopyFileAction: BaseAction
// DocMerge: empty anyway
boolean bUnoComponent;
+ boolean bActiveX;
// DocMerge: empty anyway
boolean bOverwrite;
diff --git a/offapi/com/sun/star/setup/DeleteFileAction.idl b/offapi/com/sun/star/setup/DeleteFileAction.idl
index 7580d28deb0a..657d11529acf 100644
--- a/offapi/com/sun/star/setup/DeleteFileAction.idl
+++ b/offapi/com/sun/star/setup/DeleteFileAction.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DeleteFileAction.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:44 $
+ * last change: $Author: ok $ $Date: 2001-09-07 07:03:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,6 +82,7 @@ struct DeleteFileAction: BaseAction
// DocMerge: empty anyway
boolean bUnoComponent;
+ boolean bActiveX;
boolean bTestDate;
diff --git a/offapi/com/sun/star/setup/UnzipAction.idl b/offapi/com/sun/star/setup/UnzipAction.idl
index 94bb6aad82c3..370e11bf6c16 100644
--- a/offapi/com/sun/star/setup/UnzipAction.idl
+++ b/offapi/com/sun/star/setup/UnzipAction.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: UnzipAction.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:44 $
+ * last change: $Author: ok $ $Date: 2001-09-07 07:03:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,6 +85,7 @@ struct UnzipAction: BaseAction
// DocMerge: empty anyway
boolean bUnoComponent;
+ boolean bActiveX;
// DocMerge: empty anyway
boolean bOverwrite;