diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-04-24 17:36:42 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-04-24 17:36:42 +0000 |
commit | 26cca10d68c37ff171bd672fc09e8a4be9b21ac0 (patch) | |
tree | 3150ed915dc2695ac257ae01aac914d443b15caa /scp2 | |
parent | 29c43b5d4ebdb1540d42eaca9d379ade6de8174a (diff) |
INTEGRATION: CWS pdfimportfix (1.2.32); FILE MERGED
2008/04/16 09:56:14 akhva 1.2.32.1: fix for xpdf.exe
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index b6126cc619d2..604b099419d2 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: common_brand.scp,v $ - * $Revision: 1.6 $ + * $Revision: 1.7 $ * * This file is part of OpenOffice.org. * @@ -1111,6 +1111,14 @@ ProfileItem gid_Brand_Profileitem_Fundamental_Ure_Bin_Dir Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":URE_BIN_DIR}"; End +ProfileItem gid_Brand_Profileitem_Fundamental_Ure_Lib_Dir + ModuleID = gid_Module_Root_Brand; + ProfileID = gid_Brand_Profile_Fundamental_Ini; + Section = "Bootstrap"; + Key = "URE_LIB_DIR"; + Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":URE_LIB_DIR}"; +End + #if !defined MACOSX ProfileItem gid_Brand_Profileitem_Redirect_Ure_Bootstrap ModuleID = gid_Module_Root_Brand; |