summaryrefslogtreecommitdiff
path: root/starmath/source/detreg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/detreg.cxx')
-rw-r--r--starmath/source/detreg.cxx4
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*/ )
{