diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-05 16:01:53 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-05 16:01:53 +0000 |
commit | b03f270bd0c66219470c6b5eed19e5348a13196d (patch) | |
tree | 9d3b2f8063bf7f5dee097a9b3587057888a0d076 | |
parent | 4f992b880658a51b43c8324395dece79f2bbefb9 (diff) |
INTEGRATION: CWS nativeprintdlg01_DEV300 (1.229.2); FILE MERGED
2008/02/23 10:54:46 pl 1.229.2.1: #i86329# mac specific common xcu
-rw-r--r-- | scp2/source/ooo/file_ooo.scp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index 2266e352e60b..64f8189eb80e 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -4,9 +4,9 @@ * * $RCSfile: file_ooo.scp,v $ * - * $Revision: 1.229 $ + * $Revision: 1.230 $ * - * last change: $Author: rt $ $Date: 2008-02-19 11:59:56 $ + * last change: $Author: kz $ $Date: 2008-03-05 17:01:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -2459,6 +2459,8 @@ File gid_File_Registry_Spool_Oo_Common_System_Xcu Dir = gid_Dir_Share_Registry_Modules_Oo_Office_Common; #ifdef WNT Name = "/registry/spool/org/openoffice/Office/Common-wnt.xcu"; +#elif defined QUARTZ + Name = "/registry/spool/org/openoffice/Office/Common-macosx.xcu"; #else Name = "/registry/spool/org/openoffice/Office/Common-unx.xcu"; #endif |