diff options
author | Frank Schönheit <fs@openoffice.org> | 2001-08-27 15:53:34 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2001-08-27 15:53:34 +0000 |
commit | d7e1ba62e6abba60ca6cf78db700f6d80786987c (patch) | |
tree | 095055aa584c702e9624d3fba3673694612404b4 /forms/source/inc/InterfaceContainer.hxx | |
parent | 6d89f9db31a9198e50f1569adba9ea423c031ee1 (diff) |
#91537# +transformEvents
Diffstat (limited to 'forms/source/inc/InterfaceContainer.hxx')
-rw-r--r-- | forms/source/inc/InterfaceContainer.hxx | 15 |
1 files changed, 12 insertions, 3 deletions
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 ); }; //================================================================== |