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 /animations | |
parent | ef08518fcfdab0e5fd5c61aa4fb4f7907fcb8355 (diff) |
remove unused component_canUnload functions
Change-Id: Id3f41e2a620c47bb848718d0fc994739be2d64fc
Diffstat (limited to 'animations')
-rw-r--r-- | animations/source/animcore/factreg.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/animations/source/animcore/factreg.hxx b/animations/source/animcore/factreg.hxx index a809c068223f..c95ef38c904a 100644 --- a/animations/source/animcore/factreg.hxx +++ b/animations/source/animcore/factreg.hxx @@ -16,12 +16,9 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <rtl/unload.h> namespace animcore { -extern rtl_StandardModuleCount g_moduleCount; - #define DECL_NODE_FACTORY(N)\ extern ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL createInstance_##N( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > & rSMgr ) throw (::com::sun::star::uno::Exception);\ extern OUString getImplementationName_##N();\ |