summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scp2/source/onlineupdate/file_onlineupdate.scp4
-rw-r--r--scp2/source/ooo/file_library_ooo.scp6
-rw-r--r--scp2/source/ooo/profileitem_ooo.scp9
3 files changed, 14 insertions, 5 deletions
diff --git a/scp2/source/onlineupdate/file_onlineupdate.scp b/scp2/source/onlineupdate/file_onlineupdate.scp
index a42905f8fcaf..b415ea2ad9e7 100644
--- a/scp2/source/onlineupdate/file_onlineupdate.scp
+++ b/scp2/source/onlineupdate/file_onlineupdate.scp
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: file_onlineupdate.scp,v $
- * $Revision: 1.7 $
+ * $Revision: 1.7.116.1 $
*
* This file is part of OpenOffice.org.
*
@@ -30,7 +30,7 @@
#include "macros.inc"
-SPECIAL_UNO_COMPONENT_LIB_FILE( gid_File_Lib_Updchk , updchk.uno )
+SPECIAL_UNO_COMPONENT_LIB_FILE_PATCH( gid_File_Lib_Updchk , updchk.uno )
File gid_File_Registry_Spool_Oo_Office_Addons_Onlineupdate_Xcu
TXT_FILE_BODY;
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp
index 7f71ed5b111c..641233354be5 100644
--- a/scp2/source/ooo/file_library_ooo.scp
+++ b/scp2/source/ooo/file_library_ooo.scp
@@ -1453,7 +1453,7 @@ File gid_File_Lib_Hyph
Dir = gid_Dir_Program;
End
-STD_UNO_LIB_FILE( gid_File_Lib_Utl , utl)
+STD_UNO_LIB_FILE_PATCH( gid_File_Lib_Utl , utl)
STD_UNO_LIB_FILE_PATCH( gid_File_Lib_Uui, uui )
@@ -1630,9 +1630,9 @@ End
STD_UNO_LIB_FILE( gid_File_Lib_Guesslang, guesslang )
-STD_UNO_LIB_FILE( gid_File_Lib_Updchkui , updchk )
+STD_UNO_LIB_FILE_PATCH( gid_File_Lib_Updchkui , updchk )
-SPECIAL_UNO_COMPONENT_LIB_FILE( gid_File_Lib_Updatefeed , updatefeed.uno )
+SPECIAL_UNO_COMPONENT_LIB_FILE_PATCH( gid_File_Lib_Updatefeed , updatefeed.uno )
#ifdef WNT
File gid_File_Lib_Onlinecheck
diff --git a/scp2/source/ooo/profileitem_ooo.scp b/scp2/source/ooo/profileitem_ooo.scp
index bc1694337b5d..7ece2196765b 100644
--- a/scp2/source/ooo/profileitem_ooo.scp
+++ b/scp2/source/ooo/profileitem_ooo.scp
@@ -657,3 +657,12 @@ ProfileItem gid_Basis_Profileitem_Version_Ooobaseversion
Key = "OOOBaseVersion";
Value = "${OOOBASEVERSION}";
End
+
+ProfileItem gid_Basis_Profileitem_Version_Ooopackageversion
+ ProfileID = gid_Profile_Version_Ini_Basis;
+ ModuleID = gid_Module_Root;
+ Section = "Version";
+ Key = "OOOPackageVersion";
+ Value = "${OOOPACKAGEVERSION}";
+End
+