INTEGRATION: CWS sb88 (1.5.10); FILE MERGED

2008/06/03 15:29:50 sb 1.5.10.1: #i89553 applied patch by cmc
This commit is contained in:
Rüdiger Timm
2008-06-16 12:50:51 +00:00
parent 3b964cb107
commit f72bf7d98e

View File

@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: localschemasupplier.hxx,v $
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* This file is part of OpenOffice.org.
*
@@ -102,19 +102,6 @@ class LocalSchemaSupplier : public SingleBackendBase {
getSupportedServiceNames( )
throw (uno::RuntimeException) ;
/**
Provides the implementation name.
@return implementation name
*/
static rtl::OUString SAL_CALL getName(void) ;
/**
Provides the supported services names
@return service names
*/
static uno::Sequence<rtl::OUString> SAL_CALL getServices(void) ;
private :
/** Service factory */
uno::Reference<lang::XMultiServiceFactory> mFactory ;