summaryrefslogtreecommitdiff
path: root/extensions/source/ole/servreg.cxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2011-12-14 20:10:08 +0100
committerMichael Stahl <mstahl@redhat.com>2011-12-14 20:10:08 +0100
commitec0240cffc35ca74fa874f7b57b4eee787a66f4e (patch)
treef5f0dad618f3927e4c54e9e1c44eca5caba3031c /extensions/source/ole/servreg.cxx
parentba1f609d0dd77c5adc2504e90e341c306b5ee8f5 (diff)
extensions: convert ole automation bridge to gbuild
Of course not tested at all (WNT only)
Diffstat (limited to 'extensions/source/ole/servreg.cxx')
-rw-r--r--extensions/source/ole/servreg.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/source/ole/servreg.cxx b/extensions/source/ole/servreg.cxx
index 528a66e29337..1b9c02c1bd9f 100644
--- a/extensions/source/ole/servreg.cxx
+++ b/extensions/source/ole/servreg.cxx
@@ -118,7 +118,8 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
return pRet;
}
-extern "C" sal_Bool component_canUnload( TimeValue* libUnused)
+extern "C" sal_Bool SAL_DLLPUBLIC_EXPORT
+component_canUnload( TimeValue* libUnused)
{
return globalModuleCount.canUnload( &globalModuleCount, libUnused);
}