summaryrefslogtreecommitdiffstats
path: root/basic/source
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-09-13 15:29:20 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-09-13 15:29:20 +0000
commit87a2154aa2dadf523c109a52eabd0ba1257c543b (patch)
treeffa74e4aac261b6227a0906258c9789e48ea5553 /basic/source
parentINTEGRATION: CWS aquavclcarbonfixes (1.11.54); FILE MERGED (diff)
downloadcore-87a2154aa2dadf523c109a52eabd0ba1257c543b.tar.gz
core-87a2154aa2dadf523c109a52eabd0ba1257c543b.zip
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.cxx8
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" )