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
This commit is contained in:
Vladimir Glazounov
2008-03-18 11:40:44 +00:00
parent 41066c7af9
commit d95aa8a2e2

View File

@@ -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() )