summaryrefslogtreecommitdiff
path: root/svx/source/unodraw
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-18 14:46:48 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-18 14:46:48 +0000
commit253de14759060e6d972858a5695594e463122449 (patch)
treeee5bdf029f028af1c7e000fbe5d2b0261df066fb /svx/source/unodraw
parent609f0aec6fc909c18d387e513621683154fa816d (diff)
INTEGRATION: CWS maccrashrep (1.13.114); FILE MERGED
2008/07/24 10:12:38 hro 1.13.114.1: #i90159# Fixes for PPC tinderbox build
Diffstat (limited to 'svx/source/unodraw')
-rw-r--r--svx/source/unodraw/recoveryui.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/svx/source/unodraw/recoveryui.cxx b/svx/source/unodraw/recoveryui.cxx
index 59664207cc..98137146fc 100644
--- a/svx/source/unodraw/recoveryui.cxx
+++ b/svx/source/unodraw/recoveryui.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: recoveryui.cxx,v $
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
* This file is part of OpenOffice.org.
*
@@ -194,6 +194,8 @@ static OUString GetCrashConfigDir()
#if defined(WNT) || defined(OS2)
OUString ustrValue = OUString::createFromAscii("${$BRAND_BASE_DIR/program/bootstrap.ini:UserInstallation}");
+#elif defined(MACOSX)
+ OUString ustrValue = OUString::createFromAscii("~");
#else
OUString ustrValue = OUString::createFromAscii("$SYSUSERCONFIG");
#endif