diff options
author | David Tardon <dtardon@redhat.com> | 2011-12-27 15:42:14 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-12-27 15:44:42 +0100 |
commit | aee436760e97f5f00e416713f8ee31f07681e2b1 (patch) | |
tree | 5f90b88af3bb2939e22a6547cb8d28fa80c426fe /extensions | |
parent | 3a38a8514ab33f9d8b174000ca635db949c16940 (diff) |
function component_canUnload is exported
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/ole/servreg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/ole/servreg.cxx b/extensions/source/ole/servreg.cxx index 528a66e29337..8b8d2c2add94 100644 --- a/extensions/source/ole/servreg.cxx +++ b/extensions/source/ole/servreg.cxx @@ -118,7 +118,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( return pRet; } -extern "C" sal_Bool component_canUnload( TimeValue* libUnused) +extern "C" SAL_DLLPUBLIC_EXPORT sal_Bool component_canUnload( TimeValue* libUnused) { return globalModuleCount.canUnload( &globalModuleCount, libUnused); } |