diff options
author | Andreas Bregas <ab@openoffice.org> | 2009-06-17 13:32:41 +0000 |
---|---|---|
committer | Andreas Bregas <ab@openoffice.org> | 2009-06-17 13:32:41 +0000 |
commit | ee8bb6f09f4ce8a32b827ee2f1da90906ed995d7 (patch) | |
tree | dbe9eba56a185aedcff8afeb6e1d0053c1f31291 /forms/source/inc/InterfaceContainer.hxx | |
parent | defd4f2a6f0ba3029abcc8c2f025fe79aee52a74 (diff) |
#i102261# OLE control event handler support
Diffstat (limited to 'forms/source/inc/InterfaceContainer.hxx')
-rw-r--r-- | forms/source/inc/InterfaceContainer.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/forms/source/inc/InterfaceContainer.hxx b/forms/source/inc/InterfaceContainer.hxx index d9c64449e..40c561b53 100644 --- a/forms/source/inc/InterfaceContainer.hxx +++ b/forms/source/inc/InterfaceContainer.hxx @@ -260,6 +260,9 @@ protected: void implCheckIndex( const sal_Int32 _nIndex ) SAL_THROW( ( ::com::sun::star::lang::IndexOutOfBoundsException ) ); private: + // hack for Vba Events + void fakeVbaEventsHack( sal_Int32 _nIndex ); + // the runtime event format has changed from version SO5.2 to OOo enum EventFormat { |