From ef52d08f66cf8c64d34ced69f3f2ca4012e12608 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Thu, 24 Apr 2008 17:36:57 +0000 Subject: [PATCH] INTEGRATION: CWS pdfimportfix (1.57.30); FILE MERGED 2008/04/16 09:57:03 akhva 1.57.30.1: fix for xpdf.exe --- scp2/source/ooo/profileitem_ooo.scp | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/scp2/source/ooo/profileitem_ooo.scp b/scp2/source/ooo/profileitem_ooo.scp index 535cbadb13b9..750824b6c66d 100644 --- a/scp2/source/ooo/profileitem_ooo.scp +++ b/scp2/source/ooo/profileitem_ooo.scp @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: profileitem_ooo.scp,v $ - * $Revision: 1.59 $ + * $Revision: 1.60 $ * * This file is part of OpenOffice.org. * @@ -433,3 +433,15 @@ ProfileItem gid_Profileitem_Fundamentalbasis_Ure_Bin_Dir Value = "$ORIGIN/../ure-link/bin"; #endif End + +ProfileItem gid_Profileitem_Fundamentalbasis_Ure_Lib_Dir + ModuleID = gid_Module_Root; + ProfileID = gid_Profile_Fundamentalbasis_Ini; + Section = "Bootstrap"; + Key = "URE_LIB_DIR"; +#if defined WNT + Value = "${.link:$ORIGIN/../ure-link}/bin"; +#else + Value = "$ORIGIN/../ure-link/lib"; +#endif +End