summaryrefslogtreecommitdiff
path: root/extensions/source/abpilot/abspilot.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-07-04 16:25:30 +0000
committerRüdiger Timm <rt@openoffice.org>2008-07-04 16:25:30 +0000
commit8ff37d0c29eefd7e2e792d6450d55de105a20629 (patch)
tree832ccca5949145057d8480de626ede29f7cf42cf /extensions/source/abpilot/abspilot.cxx
parentc85996d2208aa530a7d58149e3a702e93a731beb (diff)
INTEGRATION: CWS nomacmozab (1.20.50); FILE MERGED
2008/07/02 04:13:49 fs 1.20.50.1: #i91209# proper default for MacOSX
Diffstat (limited to 'extensions/source/abpilot/abspilot.cxx')
-rw-r--r--extensions/source/abpilot/abspilot.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/extensions/source/abpilot/abspilot.cxx b/extensions/source/abpilot/abspilot.cxx
index 1e863b9a4028..2477970ed1b6 100644
--- a/extensions/source/abpilot/abspilot.cxx
+++ b/extensions/source/abpilot/abspilot.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: abspilot.cxx,v $
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
* This file is part of OpenOffice.org.
*
@@ -122,7 +122,9 @@ namespace abp
m_pCancel->SetClickHdl( LINK( this, OAddessBookSourcePilot, OnCancelClicked) );
// some initial settings
-#ifdef WITH_MOZILLA
+#ifdef MACOSX
+ m_aSettings.eType = AST_MACAB;
+#elif WITH_MOZILLA
#ifdef UNX
m_aSettings.eType = AST_MORK;
#else