diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-10-22 09:12:25 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-10-22 09:12:25 +0200 |
commit | bd76a8cd10f3a734f4dc0489faa76bd4ce92866a (patch) | |
tree | a14f8f5abae61c8c95e7559e11b12ff5fe55646e /svl/source/uno/registerservices.cxx | |
parent | f7de0f3ce2a36dc443e0dd3bd181a4add7258f2b (diff) |
#i103496#: forgot to add lib to svl
Diffstat (limited to 'svl/source/uno/registerservices.cxx')
-rw-r--r-- | svl/source/uno/registerservices.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/svl/source/uno/registerservices.cxx b/svl/source/uno/registerservices.cxx index daaf799bffea..39be9e177fea 100644 --- a/svl/source/uno/registerservices.cxx +++ b/svl/source/uno/registerservices.cxx @@ -36,6 +36,7 @@ #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/registry/XRegistryKey.hpp> +#include <svl/svldllapi.h> namespace css = com::sun::star; using css::uno::Reference; @@ -56,13 +57,13 @@ DECLARE_CREATEINSTANCE( PathService ) extern "C" { -SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment ( +SVL_DLLPUBLIC void SAL_CALL component_getImplementationEnvironment ( const sal_Char ** ppEnvTypeName, uno_Environment ** /* ppEnv */) { *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; } -SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_writeInfo ( +SVL_DLLPUBLIC sal_Bool SAL_CALL component_writeInfo ( void * /* _pServiceManager */, void * _pRegistryKey) { if (_pRegistryKey) @@ -93,7 +94,7 @@ SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_writeInfo ( return sal_False; } -SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory ( +SVL_DLLPUBLIC void* SAL_CALL component_getFactory ( const sal_Char * pImplementationName, void * _pServiceManager, void * /* _pRegistryKey*/) { void * pResult = 0; |