summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-01-20 12:32:23 +0000
committerOliver Bolte <obo@openoffice.org>2006-01-20 12:32:23 +0000
commite38f146a2c965830558db00a51d1270d65ae68d7 (patch)
treea06ea89441834f585e3a0b5db12a760a53c17e9b /scp2
parent56dcf9acb5e40449eb3ba7a371866699d146a30c (diff)
INTEGRATION: CWS macosx20xfixes01 (1.29.74); FILE MERGED
2006/01/11 14:04:19 obr 1.29.74.1: #i57253# do not hide user directory on OS X
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/ooo/profileitem_ooo.scp6
1 files changed, 4 insertions, 2 deletions
diff --git a/scp2/source/ooo/profileitem_ooo.scp b/scp2/source/ooo/profileitem_ooo.scp
index fb1b2af0491f..4f6a3cdd71bd 100644
--- a/scp2/source/ooo/profileitem_ooo.scp
+++ b/scp2/source/ooo/profileitem_ooo.scp
@@ -4,9 +4,9 @@
*
* $RCSfile: profileitem_ooo.scp,v $
*
- * $Revision: 1.31 $
+ * $Revision: 1.32 $
*
- * last change: $Author: rt $ $Date: 2006-01-11 13:05:10 $
+ * last change: $Author: obo $ $Date: 2006-01-20 13:32:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -92,6 +92,8 @@ ProfileItem gid_Profileitem_Bootstrap_Userinstall
Key = "UserInstallation";
#ifdef WNT
Value = "$SYSUSERCONFIG/%ONEWORDPRODUCTNAME%USERDIRPRODUCTVERSION";
+ #elif defined MACOSX
+ Value = "$SYSUSERCONFIG/%ONEWORDPRODUCTNAME%20%PRODUCTVERSION";
#else
Value = "$SYSUSERCONFIG/.%LCONEWORDPRODUCTNAME%USERDIRPRODUCTVERSION";
#endif