From d7e1ba62e6abba60ca6cf78db700f6d80786987c Mon Sep 17 00:00:00 2001 From: Frank Schönheit Date: Mon, 27 Aug 2001 15:53:34 +0000 Subject: #91537# +transformEvents --- forms/source/inc/InterfaceContainer.hxx | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'forms/source') diff --git a/forms/source/inc/InterfaceContainer.hxx b/forms/source/inc/InterfaceContainer.hxx index a627066c8..43cd6ab9f 100644 --- a/forms/source/inc/InterfaceContainer.hxx +++ b/forms/source/inc/InterfaceContainer.hxx @@ -2,9 +2,9 @@ * * $RCSfile: InterfaceContainer.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: fs $ $Date: 2000-12-19 16:50:06 $ + * last change: $Author: fs $ $Date: 2001-08-27 16:53:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -260,7 +260,16 @@ protected: virtual void implReplaced(const InterfaceRef& _rxReplacedObject, const InterfaceRef& _rxNewObject) { } void SAL_CALL writeEvents(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectOutputStream>& _rxOutStream); - void SAL_CALL readEvents(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectInputStream>& _rxInStream, sal_Int32 nCount); + void SAL_CALL readEvents(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectInputStream>& _rxInStream); + +private: + // the runtime event format has changed from version SO5.2 to OOo + enum EventFormat + { + efVersionSO5x, + efVersionSO6x + }; + void transformEvents( const EventFormat _eTargetFormat ); }; //================================================================== -- cgit v1.2.3