From d95aa8a2e2cedbefe8d91da8e386dcd9f2ed5da2 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 18 Mar 2008 11:40:44 +0000 Subject: [PATCH] INTEGRATION: CWS sb83 (1.22.34); FILE MERGED 2008/01/23 15:33:51 sb 1.22.34.1: #i84200# access files in various layers via explicit (OOO|BRAND)_BASE_DIR expansions --- crashrep/source/win32/soreport.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crashrep/source/win32/soreport.cpp b/crashrep/source/win32/soreport.cpp index b3a70cd5f6fb..bf8fe63bf9a6 100755 --- a/crashrep/source/win32/soreport.cpp +++ b/crashrep/source/win32/soreport.cpp @@ -4,9 +4,9 @@ * * $RCSfile: soreport.cpp,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: vg $ $Date: 2007-03-26 14:03:55 $ + * last change: $Author: vg $ $Date: 2008-03-18 12:40:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -191,7 +191,7 @@ static FILE *_tmpfile(void) static BOOL GetCrashDataPath( LPTSTR szBuffer ) { - ::rtl::OUString ustrValue = ::rtl::OUString::createFromAscii("${$SYSBINDIR/bootstrap.ini:UserInstallation}"); + ::rtl::OUString ustrValue = ::rtl::OUString::createFromAscii("${$BRAND_BASE_DIR/program/bootstrap.ini:UserInstallation}"); ::rtl::Bootstrap::expandMacros( ustrValue ); if ( ustrValue.getLength() )