diff options
author | Thomas Lange <tl@openoffice.org> | 2002-07-12 09:31:33 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2002-07-12 09:31:33 +0000 |
commit | ded53e508240877f5bc51137b980ebc9391ae1cc (patch) | |
tree | da9a6f225165706ad3d1de1f80a303b984ee269e /sw/inc/unofield.hxx | |
parent | 619dcc88a345e90d3325d4ed747e8b6ec9429426 (diff) |
#97078# XRefreshable fully implemented for SwXTextFieldTypes
Diffstat (limited to 'sw/inc/unofield.hxx')
-rw-r--r-- | sw/inc/unofield.hxx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sw/inc/unofield.hxx b/sw/inc/unofield.hxx index 21211cab4e34..bfef4f9d2d13 100644 --- a/sw/inc/unofield.hxx +++ b/sw/inc/unofield.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unofield.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: tl $ $Date: 2002-07-10 11:17:42 $ + * last change: $Author: tl $ $Date: 2002-07-12 10:31:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,6 +79,9 @@ #ifndef _UNOCOLL_HXX #include <unocoll.hxx> #endif +#ifndef _REFRESH_LISTENER_CONTAINER_HXX_ +#include <RefreshListenerContainer.hxx> +#endif class SwFieldType; class SwDoc; @@ -287,6 +290,8 @@ SwXTextFieldTypesBaseClass; class SwXTextFieldTypes : public SwXTextFieldTypesBaseClass, public SwUnoCollection { + SwRefreshListenerContainer aRefreshCont; + public: SwXTextFieldTypes(SwDoc* pDoc); virtual ~SwXTextFieldTypes(); @@ -307,6 +312,9 @@ public: 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 ); virtual ::com::sun::star::uno::Sequence< rtl::OUString > SAL_CALL getSupportedServiceNames(void) throw( ::com::sun::star::uno::RuntimeException ); + + // SwUnoCollection + virtual void Invalidate(); }; /* -----------------21.12.98 14:49------------------- |