From f929e4b02faaf1143f4e47b4bd7fbed8c517e897 Mon Sep 17 00:00:00 2001 From: Oliver Specht Date: Tue, 22 May 2001 12:34:07 +0000 Subject: #79947# XFormsSupplier removed again --- sw/inc/unodraw.hxx | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'sw/inc/unodraw.hxx') diff --git a/sw/inc/unodraw.hxx b/sw/inc/unodraw.hxx index 4929492e759e..3a0270b1e66f 100644 --- a/sw/inc/unodraw.hxx +++ b/sw/inc/unodraw.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unodraw.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: os $ $Date: 2001-05-21 12:38:06 $ + * last change: $Author: os $ $Date: 2001-05-22 13:34:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,11 +82,8 @@ #ifndef _COM_SUN_STAR_BEANS_XPROPERTYSTATE_HPP_ #include #endif -#ifndef _COM_SUN_STAR_FORM_XFORMSSUPPLIER_HPP_ -#include -#endif -#ifndef _CPPUHELPER_IMPLBASE4_HXX_ -#include // helper for implementations +#ifndef _CPPUHELPER_IMPLBASE3_HXX_ +#include // helper for implementations #endif #ifndef _CPPUHELPER_IMPLBASE5_HXX_ #include // helper for implementations @@ -133,9 +130,8 @@ public: /* -----------------09.12.98 08:57------------------- * * --------------------------------------------------*/ -typedef cppu::WeakAggImplHelper4 +typedef cppu::WeakAggImplHelper3 < - ::com::sun::star::form::XFormsSupplier, ::com::sun::star::drawing::XDrawPage, ::com::sun::star::lang::XServiceInfo, ::com::sun::star::drawing::XShapeGrouper @@ -169,9 +165,6 @@ public: virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapeGroup > SAL_CALL group(const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes > & xShapes) throw( ::com::sun::star::uno::RuntimeException ); virtual void SAL_CALL ungroup(const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapeGroup > & aGroup) throw( ::com::sun::star::uno::RuntimeException ); - //XFormsSupplier - virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > SAL_CALL getForms( ) throw (::com::sun::star::uno::RuntimeException); - //XServiceInfo virtual rtl::OUString SAL_CALL getImplementationName(void) throw( ::com::sun::star::uno::RuntimeException ); virtual BOOL SAL_CALL supportsService(const rtl::OUString& ServiceName) throw( ::com::sun::star::uno::RuntimeException ); -- cgit