diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2001-03-28 09:50:37 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2001-03-28 09:50:37 +0000 |
commit | d17143e6495c4161a24abd9322a957c679a51419 (patch) | |
tree | 32250c67338153cfd12ac1d42f03c47f2d8a57bb /cppu/source/threadpool/current.cxx | |
parent | 7fafa7166042dd51acf9b56bd8d034852d11d975 (diff) |
no use of SAL_DLLEXPORT anymore, using def file
Diffstat (limited to 'cppu/source/threadpool/current.cxx')
-rw-r--r-- | cppu/source/threadpool/current.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppu/source/threadpool/current.cxx b/cppu/source/threadpool/current.cxx index a782d4e4ee8a..8f4a460dd0bc 100644 --- a/cppu/source/threadpool/current.cxx +++ b/cppu/source/threadpool/current.cxx @@ -2,9 +2,9 @@ * * $RCSfile: current.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: dbo $ $Date: 2001-03-09 12:10:56 $ + * last change: $Author: dbo $ $Date: 2001-03-28 10:46:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -539,7 +539,7 @@ IdContainer * getIdContainer() SAL_THROW( () ) } //################################################################################################## -extern "C" SAL_DLLEXPORT void SAL_CALL uno_getCurrentContext( +extern "C" void SAL_CALL uno_getCurrentContext( void ** ppCurrentContext, rtl_uString * pEnvTypeName, void * pEnvContext ) SAL_THROW_EXTERN_C() |