diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-04-10 16:29:45 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-04-19 16:52:03 +0200 |
commit | eeaa2ecd1e1f6e0f468854b891de0caa28c470e6 (patch) | |
tree | 8301967148dea710244b57c008b4fa18d176965a /cli_ure/source | |
parent | ef08518fcfdab0e5fd5c61aa4fb4f7907fcb8355 (diff) |
remove unused component_canUnload functions
Change-Id: Id3f41e2a620c47bb848718d0fc994739be2d64fc
Diffstat (limited to 'cli_ure/source')
-rw-r--r-- | cli_ure/source/uno_bridge/cli_bridge.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cli_ure/source/uno_bridge/cli_bridge.cxx b/cli_ure/source/uno_bridge/cli_bridge.cxx index 6195e2f4967a..7a28582efcd5 100644 --- a/cli_ure/source/uno_bridge/cli_bridge.cxx +++ b/cli_ure/source/uno_bridge/cli_bridge.cxx @@ -23,7 +23,6 @@ #include <windows.h> #include "uno/environment.hxx" #pragma warning(pop) -#include "rtl/unload.h" #include "uno/lbnames.h" #include "uno/mapping.hxx" #include "typelib/typedescription.hxx" @@ -335,14 +334,6 @@ SAL_DLLPUBLIC_EXPORT void SAL_CALL uno_ext_getMapping( *ppMapping = mapping; } - -//################################################################################################## -SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_canUnload( TimeValue * ) - SAL_THROW_EXTERN_C() -{ - return true; -} - } } |