summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-09-14 17:10:47 +0200
committersb <sb@openoffice.org>2010-09-14 17:10:47 +0200
commite187a9891aff2d8315e623d8bf8d2fe1b6319fee (patch)
treeb2f456bc5225e88c53e6588142a809201e4f3406 /scp2
parente3ceb872bf58d5eb1490b39d19bf29194f47949c (diff)
sb129: #i113189# move mailmerge to brand specific services.rdb
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/ooo/common_brand.scp8
-rw-r--r--scp2/source/ooo/ooo_brand.scp15
2 files changed, 15 insertions, 8 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp
index 7d2ea09d3ea3..7c306e19f427 100644
--- a/scp2/source/ooo/common_brand.scp
+++ b/scp2/source/ooo/common_brand.scp
@@ -1290,6 +1290,14 @@ ProfileItem gid_Brand_Profileitem_Fundamental_Ure_More_Types
Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":URE_MORE_TYPES}";
End
+ProfileItem gid_Brand_Profileitem_Fundamental_Ure_More_Services
+ ModuleID = gid_Module_Root_Brand;
+ ProfileID = gid_Brand_Profile_Fundamental_Ini;
+ Section = "Bootstrap";
+ Key = "URE_MORE_SERVICES";
+ Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":URE_MORE_SERVICES} $ORIGIN/services.rdb";
+End
+
ProfileItem gid_Brand_Profileitem_Fundamental_Ure_More_Java_Types
ModuleID = gid_Module_Root_Brand;
ProfileID = gid_Brand_Profile_Fundamental_Ini;
diff --git a/scp2/source/ooo/ooo_brand.scp b/scp2/source/ooo/ooo_brand.scp
index c2c893bfa3a1..4d78d3efb606 100644
--- a/scp2/source/ooo/ooo_brand.scp
+++ b/scp2/source/ooo/ooo_brand.scp
@@ -39,6 +39,13 @@ Directory gid_Dir_Brand_Root
End
#endif
+File gid_Brand_File_ServicesRdb
+ TXT_FILE_BODY;
+ Dir = gid_Brand_Dir_Program;
+ Name = "/ooo/services.rdb";
+ Styles = (PACKED);
+End
+
ProfileItem gid_Brand_Profileitem_Bootstrap_Errorreport_Server
ProfileID = gid_Brand_Profile_Bootstrap_Ini;
ModuleID = gid_Module_Root_Brand;
@@ -52,12 +59,4 @@ ProfileItem gid_Brand_Profileitem_Bootstrap_Errorreport_Server
#endif
End
-ProfileItem gid_Brand_Profileitem_Fundamental_Ure_More_Services
- ModuleID = gid_Module_Root_Brand;
- ProfileID = gid_Brand_Profile_Fundamental_Ini;
- Section = "Bootstrap";
- Key = "URE_MORE_SERVICES";
- Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":URE_MORE_SERVICES}";
-End
-
BRAND_RES_FILE( gid_Brand_File_Res_Ooo, ooo )