summaryrefslogtreecommitdiff
path: root/vbahelper/source/msforms/service.cxx
diff options
context:
space:
mode:
authorNoel Power <npower@openoffice.org>2009-10-07 14:45:16 +0000
committerNoel Power <npower@openoffice.org>2009-10-07 14:45:16 +0000
commit8dc5bfac10ba6616dc1269ae4102c3bb4ef21d46 (patch)
treeca8cc61c21d0d809093c57cef311d3879fa18b7b /vbahelper/source/msforms/service.cxx
parentf212afb71b988cb4ca694aac303f6e4edf5ee1a6 (diff)
warning as error fixes
Diffstat (limited to 'vbahelper/source/msforms/service.cxx')
-rw-r--r--vbahelper/source/msforms/service.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vbahelper/source/msforms/service.cxx b/vbahelper/source/msforms/service.cxx
index 20a5a727515a..395256bcf61a 100644
--- a/vbahelper/source/msforms/service.cxx
+++ b/vbahelper/source/msforms/service.cxx
@@ -53,14 +53,14 @@ extern sdecl::ServiceDecl const serviceDecl;
extern "C"
{
- void SAL_CALL component_getImplementationEnvironment(
+ SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
const sal_Char ** ppEnvTypeName, uno_Environment ** /*ppEnv*/ )
{
OSL_TRACE("In component_getImplementationEnv");
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
}
- sal_Bool SAL_CALL component_writeInfo(
+ SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_writeInfo(
lang::XMultiServiceFactory * pServiceManager, registry::XRegistryKey * pRegistryKey )
{
OSL_TRACE("In component_writeInfo");
@@ -70,7 +70,7 @@ extern "C"
controlprovider::serviceDecl, userform::serviceDecl );
}
- void * SAL_CALL component_getFactory(
+ SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
const sal_Char * pImplName, lang::XMultiServiceFactory * pServiceManager,
registry::XRegistryKey * pRegistryKey )
{