diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2003-08-18 14:11:28 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2003-08-18 14:11:28 +0000 |
commit | 2d5b1b32e411bdd82f9768f5b13ed0a371e8786e (patch) | |
tree | 2ee6b53ddeb0f3cfa227b3217e565be7368e9b41 /cpputools | |
parent | aa86ca7d03b0c44885813c41a0bc59d46bfc37f6 (diff) |
INTEGRATION: CWS geordi2q01 (1.16.20); FILE MERGED
2003/08/18 12:48:05 hr 1.16.20.1: #i18350#: join changes from CWS ooo11rc3
Diffstat (limited to 'cpputools')
-rw-r--r-- | cpputools/source/unoexe/unoexe.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cpputools/source/unoexe/unoexe.cxx b/cpputools/source/unoexe/unoexe.cxx index ab01673f3dd4..f681a4e99157 100644 --- a/cpputools/source/unoexe/unoexe.cxx +++ b/cpputools/source/unoexe/unoexe.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unoexe.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: rt $ $Date: 2003-04-23 16:19:30 $ + * last change: $Author: hjs $ $Date: 2003-08-18 15:11:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -420,6 +420,7 @@ static Reference< XInterface > loadComponent( if (aExt.compareToAscii( "dll" ) == 0 || aExt.compareToAscii( "exe" ) == 0 || + aExt.compareToAscii( "dylib" ) == 0 || aExt.compareToAscii( "so" ) == 0) { createInstance( |