diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-04-04 10:56:14 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-04-04 10:56:14 +0100 |
commit | ead82b4cd02b4f7d088075180227646574360ef0 (patch) | |
tree | 09240750aab46acff68ad65db2f5d78527977dd0 /fileaccess | |
parent | fa94b21f2e24da0d19e11b73ed3a78fc9ec87536 (diff) |
these need to be explicitly exported in the new build system
Diffstat (limited to 'fileaccess')
-rw-r--r-- | fileaccess/source/FileAccess.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fileaccess/source/FileAccess.cxx b/fileaccess/source/FileAccess.cxx index 40257aee3749..775c929f5403 100644 --- a/fileaccess/source/FileAccess.cxx +++ b/fileaccess/source/FileAccess.cxx @@ -875,13 +875,13 @@ Sequence< rtl::OUString > FileAccess_getSupportedServiceNames() extern "C" { //================================================================================================== -void SAL_CALL component_getImplementationEnvironment( +SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment( const sal_Char ** ppEnvTypeName, uno_Environment ** /*ppEnv*/ ) { *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; } //================================================================================================== -void * SAL_CALL component_getFactory( +SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ ) { void * pRet = 0; |