INTEGRATION: CWS frmcontrols01 (1.2.46); FILE MERGED

2003/10/22 13:06:04 fs 1.2.46.1: removed obsolete getCurrentServiceNames_Static (stumbled upon this during #21277#)
This commit is contained in:
Kurt Zenker 2003-12-11 11:28:37 +00:00
parent 6a98e7ac88
commit 77eb5bf904

View file

@ -2,9 +2,9 @@
*
* $RCSfile: Filter.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: hr $ $Date: 2003-03-25 18:01:15 $
* last change: $Author: kz $ $Date: 2003-12-11 12:28:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -209,7 +209,6 @@ namespace frm
// com::sun::star::lang::XServiceInfo - static version
static ::rtl::OUString SAL_CALL getImplementationName_Static();
static ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames_Static();
static ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getCurrentServiceNames_Static();
static ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL Create( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxFactory );
protected: