summaryrefslogtreecommitdiff
path: root/crashrep
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-03-18 11:40:44 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-03-18 11:40:44 +0000
commitd95aa8a2e2cedbefe8d91da8e386dcd9f2ed5da2 (patch)
treeccc6ba9e5c52dab5baeb4121a04f6b1511a068e1 /crashrep
parent41066c7af966c03c88f33911995454a9960a2f9a (diff)
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
Diffstat (limited to 'crashrep')
-rwxr-xr-xcrashrep/source/win32/soreport.cpp6
1 files 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() )