summaryrefslogtreecommitdiff
path: root/vcl/source/app/session.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-03-29 13:52:06 +0000
committerRüdiger Timm <rt@openoffice.org>2005-03-29 13:52:06 +0000
commit800c8fb8147b406618e6dd16321c1d00b3ab295f (patch)
tree25a4047a8884e5546d05d0008d8380dea585cbe9 /vcl/source/app/session.cxx
parenta8208e31dfe4612160ceb094e36e050e2875d33a (diff)
INTEGRATION: CWS lobeta3 (1.2.240); FILE MERGED
2005/02/17 11:31:19 pl 1.2.240.1: #i41382# export service symbols
Diffstat (limited to 'vcl/source/app/session.cxx')
-rw-r--r--vcl/source/app/session.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/vcl/source/app/session.cxx b/vcl/source/app/session.cxx
index 8170d0a23e20..974552b8bc64 100644
--- a/vcl/source/app/session.cxx
+++ b/vcl/source/app/session.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: session.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2004-05-18 10:53:41 $
+ * last change: $Author: rt $ $Date: 2005-03-29 14:52:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -390,14 +390,14 @@ static Reference< XInterface > SAL_CALL vcl_session_createInstance( const Refere
extern "C" {
- void SAL_CALL component_getImplementationEnvironment(
+ VCL_DLLPUBLIC void SAL_CALL component_getImplementationEnvironment(
const sal_Char** ppEnvTypeName,
uno_Environment** ppEnv )
{
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
}
- sal_Bool SAL_CALL component_writeInfo( void* pServiceManager, void* pXUnoKey )
+ VCL_DLLPUBLIC sal_Bool SAL_CALL component_writeInfo( void* pServiceManager, void* pXUnoKey )
{
if( pXUnoKey )
{
@@ -420,7 +420,7 @@ extern "C" {
return sal_False;
}
- void* SAL_CALL component_getFactory(
+ VCL_DLLPUBLIC void* SAL_CALL component_getFactory(
const sal_Char* pImplementationName,
void* pXUnoSMgr,
void* pXUnoKey