From 4bfde371a893a3d6902c995d62a167e5c81ab0a2 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 9 Nov 2011 13:31:13 +0100 Subject: OOo reference version for extension dependencies is still at 3.4. --- scp2/source/ooo/common_brand.scp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'scp2') diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index 794359cc429d..71135b267bbf 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -1099,6 +1099,14 @@ ProfileItem gid_Brand_Profileitem_Version_Extensionupdateurl Value = "http://updateexte.libreoffice.org/ExtensionUpdateService/check.Update"; End +ProfileItem gid_Brand_Profileitem_Version_ReferenceOOoMajorMinor + ProfileID = gid_Brand_Profile_Version_Ini; + ModuleID = gid_Module_Root_Brand; + Section = "Version"; + Key = "ReferenceOOoMajorMinor"; + Value = "${REFERENCEOOOMAJORMINOR}"; +End + ProfileItem gid_Brand_Profileitem_Fundamental_Brand_Base_Dir ModuleID = gid_Module_Root_Brand; ProfileID = gid_Brand_Profile_Fundamental_Ini; -- cgit