From 77eb5bf9047812419de9e6344b36b0ac39ec7e1e Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 11 Dec 2003 11:28:37 +0000 Subject: [PATCH] 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#) --- forms/source/component/Filter.hxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/forms/source/component/Filter.hxx b/forms/source/component/Filter.hxx index 37086f65abe9..9867ecff213f 100644 --- a/forms/source/component/Filter.hxx +++ b/forms/source/component/Filter.hxx @@ -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: