diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-03-26 15:19:00 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-03-26 15:26:47 -0500 |
commit | da5f126844fab3c647c3d95cdf613aaf2e22ceed (patch) | |
tree | 3debf999946c8641e0dab58131d49eb135e68ab8 /starmath/source/detreg.cxx | |
parent | e4cfff7d71b53cf24fb527f2c3b5ff95406e8901 (diff) |
convert starmath to gnumake
Diffstat (limited to 'starmath/source/detreg.cxx')
-rw-r--r-- | starmath/source/detreg.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/detreg.cxx b/starmath/source/detreg.cxx index f5725275e6cf..45f539b0931d 100644 --- a/starmath/source/detreg.cxx +++ b/starmath/source/detreg.cxx @@ -42,14 +42,14 @@ using namespace ::com::sun::star::lang; extern "C" { -void SAL_CALL component_getImplementationEnvironment( +SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment( const sal_Char** ppEnvironmentTypeName, uno_Environment** /*ppEnvironment*/ ) { *ppEnvironmentTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ; } -void* SAL_CALL component_getFactory( const sal_Char* pImplementationName, +SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( const sal_Char* pImplementationName, void* pServiceManager, void* /*pRegistryKey*/ ) { |