diff options
author | Jürgen Schmidt <jsc@apache.org> | 2013-04-18 09:58:02 +0000 |
---|---|---|
committer | Jürgen Schmidt <jsc@apache.org> | 2013-04-18 09:58:02 +0000 |
commit | 2af65172af2cfc768e4f44507a02e1b17a9806ba (patch) | |
tree | fd4c4c673a8a83bee9427170d8963559017474cf /sal | |
parent | 581c83c696bd850066d425427c10374b6587b45d (diff) |
#121996# integrate first part to remove 3layer office
Notes
Notes:
prefer: a66f9903bba9dc7eeff6683ebddcd34d4ad70068
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/unx/signal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/unx/signal.c b/sal/osl/unx/signal.c index d6852e0d67bf..9a0ce703838a 100644 --- a/sal/osl/unx/signal.c +++ b/sal/osl/unx/signal.c @@ -737,7 +737,7 @@ static int ReportCrash( int Signal ) rtl_string2UString( &crashrep_url, RTL_CONSTASCII_USTRINGPARAM( - "$BRAND_BASE_DIR/program/crashrep"), + "$OOO_BASE_DIR/program/crashrep"), OSTRING_TO_OUSTRING_CVTFLAGS); rtl_bootstrap_expandMacros(&crashrep_url); osl_getSystemPathFromFileURL(crashrep_url, &crashrep_path); |