diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-05-20 18:09:16 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-05-20 18:09:16 +0000 |
commit | 3eb85bb55c1b74926e6fbd79965f2fe09979f5b9 (patch) | |
tree | a138c2151dee5201e37561c7f681203cc8494603 /extensions | |
parent | fb3291a05cfe21e4d5a6398b186b45a7d19484c9 (diff) |
INTEGRATION: CWS mba30patches01 (1.8.40); FILE MERGED
2008/04/23 10:49:02 mba 1.8.40.2: RESYNC: (1.8-1.9); FILE MERGED
2008/03/18 15:40:56 mba 1.8.40.1: #i86365#: remove unused code
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/plugin/base/plmodel.cxx | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/extensions/source/plugin/base/plmodel.cxx b/extensions/source/plugin/base/plmodel.cxx index 07886cac4..ef53e2559 100644 --- a/extensions/source/plugin/base/plmodel.cxx +++ b/extensions/source/plugin/base/plmodel.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: plmodel.cxx,v $ - * $Revision: 1.9 $ + * $Revision: 1.10 $ * * This file is part of OpenOffice.org. * @@ -56,30 +56,6 @@ Any PluginModel::queryAggregation( const Type& type ) throw( RuntimeException ) } -// ::com::sun::star::lang::XServiceInfo -::rtl::OUString PluginModel::getImplementationName() throw() - -{ - return getImplementationName_Static(); -} - -// ::com::sun::star::lang::XServiceInfo -sal_Bool PluginModel::supportsService(const ::rtl::OUString& ServiceName) throw() -{ - Sequence< ::rtl::OUString > aSNL = getSupportedServiceNames(); - const ::rtl::OUString * pArray = aSNL.getConstArray(); - for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) - if( pArray[i] == ServiceName ) - return sal_True; - return sal_False; -} - -// ::com::sun::star::lang::XServiceInfo -Sequence< ::rtl::OUString > PluginModel::getSupportedServiceNames(void) throw() -{ - return getSupportedServiceNames_Static(); -} - // XPluginManager_Impl Sequence< ::rtl::OUString > PluginModel::getSupportedServiceNames_Static(void) throw() { |