summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-10-27 11:11:42 +0000
committerRüdiger Timm <rt@openoffice.org>2006-10-27 11:11:42 +0000
commitbf2a738ac32ebfa3e04c50df7bb67f90e168f149 (patch)
treedd9b7d0142d15a1c385357d2e2933373a2c9725b /scp2
parentd619383a0dbb43370b9aef23f1adc48b730aa9de (diff)
INTEGRATION: CWS native68 (1.166.22); FILE MERGED
2006/10/12 10:03:16 is 1.166.22.1: #i69940# installing extension during office installation
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/ooo/file_ooo.scp26
1 files changed, 24 insertions, 2 deletions
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp
index 094bd8088a0a..68f00568f95f 100644
--- a/scp2/source/ooo/file_ooo.scp
+++ b/scp2/source/ooo/file_ooo.scp
@@ -4,9 +4,9 @@
*
* $RCSfile: file_ooo.scp,v $
*
- * $Revision: 1.169 $
+ * $Revision: 1.170 $
*
- * last change: $Author: obo $ $Date: 2006-10-13 09:47:29 $
+ * last change: $Author: rt $ $Date: 2006-10-27 12:11:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -142,6 +142,28 @@ End
#endif
+#ifdef UNX
+
+File gid_File_Bin_Register_Extensions
+ BIN_FILE_BODY;
+ Dir = gid_Dir_Program;
+ Styles = (PACKED);
+ Name = "register_extensions";
+End
+
+#endif
+
+#ifdef UNX
+
+File gid_File_Bin_Deregister_Extensions
+ BIN_FILE_BODY;
+ Dir = gid_Dir_Program;
+ Styles = (PACKED);
+ Name = "deregister_extensions";
+End
+
+#endif
+
File gid_File_Bin_Pkgchk
BIN_FILE_BODY;
Dir = gid_Dir_Program;