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 /cli_ure | |
parent | 3a38a8514ab33f9d8b174000ca635db949c16940 (diff) |
function component_canUnload is exported
Diffstat (limited to 'cli_ure')
-rw-r--r-- | cli_ure/source/uno_bridge/cli_bridge.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli_ure/source/uno_bridge/cli_bridge.cxx b/cli_ure/source/uno_bridge/cli_bridge.cxx index dd3f03ef8e26..19ed2e503754 100644 --- a/cli_ure/source/uno_bridge/cli_bridge.cxx +++ b/cli_ure/source/uno_bridge/cli_bridge.cxx @@ -359,7 +359,7 @@ void SAL_CALL uno_ext_getMapping( //################################################################################################## -sal_Bool SAL_CALL component_canUnload( TimeValue * ) +SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_canUnload( TimeValue * ) SAL_THROW_EXTERN_C() { return true; |