diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-09-13 15:29:20 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-09-13 15:29:20 +0000 |
commit | 87a2154aa2dadf523c109a52eabd0ba1257c543b (patch) | |
tree | ffa74e4aac261b6227a0906258c9789e48ea5553 /basic/source | |
parent | 7bfc7ea308e50f8985502df5486d4dd7b6fdda23 (diff) |
INTEGRATION: CWS aquavclcarbonfixes (1.73.26); FILE MERGED
2007/09/04 11:13:14 ericb 1.73.26.2: #i81199# add comment Mac OS X Aqua dedicated
2007/09/04 11:10:04 ericb 1.73.26.1: #i81199# fix bad libdtrans naming in Mac OS X Aqua testtool
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/app/app.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/basic/source/app/app.cxx b/basic/source/app/app.cxx index cf94a344bf2d..7bc1243ff9eb 100644 --- a/basic/source/app/app.cxx +++ b/basic/source/app/app.cxx @@ -4,9 +4,9 @@ * * $RCSfile: app.cxx,v $ * - * $Revision: 1.73 $ + * $Revision: 1.74 $ * - * last change: $Author: hr $ $Date: 2007-06-27 14:11:29 $ + * last change: $Author: ihi $ $Date: 2007-09-13 16:29:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -250,8 +250,12 @@ static const char * const components[] = , "bridgefac.uno" SAL_DLLEXTENSION , "remotebridge.uno" SAL_DLLEXTENSION #ifdef SAL_UNX +#ifdef QUARTZ + , SVLIBRARY( "dtransaqua" ) // Mac OS X Aqua uses a dedicated libdtransaqua +#else , SVLIBRARY( "dtransX11" ) // OBR #endif +#endif #ifdef SAL_W32 , SAL_MODULENAME( "sysdtrans" ) , SAL_MODULENAME( "ftransl" ) |