diff options
Diffstat (limited to 'sdext/source/presenter/PresenterComponent.cxx')
-rw-r--r-- | sdext/source/presenter/PresenterComponent.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sdext/source/presenter/PresenterComponent.cxx b/sdext/source/presenter/PresenterComponent.cxx index bef0bfab544e..b73d61766217 100644 --- a/sdext/source/presenter/PresenterComponent.cxx +++ b/sdext/source/presenter/PresenterComponent.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ - #include "PresenterComponent.hxx" #include "cppuhelper/factory.hxx" #include "cppuhelper/implementationentry.hxx" @@ -43,8 +42,6 @@ using namespace cppu; using namespace osl; using ::rtl::OUString; - - namespace sdext { namespace presenter { static OUString gsBasePath; @@ -55,9 +52,6 @@ static OUString gsBasePath; return GetBasePath(rxComponentContext, gsExtensionIdentifier); } - - - ::rtl::OUString PresenterComponent::GetBasePath ( const Reference<XComponentContext>& rxComponentContext, const OUString& rsExtensionIdentifier) @@ -86,8 +80,6 @@ static OUString gsBasePath; return gsBasePath; } - - rtl_StandardModuleCount g_moduleCount = MODULE_COUNT_INIT; static struct ImplementationEntry gServiceEntries[] = @@ -107,9 +99,6 @@ static struct ImplementationEntry gServiceEntries[] = { 0, 0, 0, 0, 0, 0 } }; - - - extern "C" { SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_canUnload( TimeValue *pTime ) |