diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-11-09 13:31:13 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-11-09 13:37:00 +0100 |
commit | 4bfde371a893a3d6902c995d62a167e5c81ab0a2 (patch) | |
tree | e25e61ec31ec9f663ae5b508e15e0ac015105708 /scp2 | |
parent | debc96051f15652bc8d1b8aa5406f7760c5feed7 (diff) |
OOo reference version for extension dependencies is still at 3.4.
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 8 |
1 files changed, 8 insertions, 0 deletions
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; |