diff options
author | sb <sb@openoffice.org> | 2010-04-20 10:44:53 +0200 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-04-20 10:44:53 +0200 |
commit | a19cd21e3c03559877428315bebc0ceaf367a461 (patch) | |
tree | ceb4514bdf1b9442d600a0a88f4671e6b82a8d2b /forms/source/inc/InterfaceContainer.hxx | |
parent | 9d177d6fd3a8fa55fda4eac2b412cd183fa853f0 (diff) |
sb120: #i109916# prevent frm::OInterfaceContainer::fakeVbaEventsHack deadlock (patch by fs)
Diffstat (limited to 'forms/source/inc/InterfaceContainer.hxx')
-rw-r--r-- | forms/source/inc/InterfaceContainer.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/inc/InterfaceContainer.hxx b/forms/source/inc/InterfaceContainer.hxx index 427d0c6ed190..90e508f43ca8 100644 --- a/forms/source/inc/InterfaceContainer.hxx +++ b/forms/source/inc/InterfaceContainer.hxx @@ -273,7 +273,7 @@ protected: private: // hack for Vba Events - void fakeVbaEventsHack( sal_Int32 _nIndex ); + void impl_addVbEvents_nolck_nothrow( const sal_Int32 i_nIndex ); // the runtime event format has changed from version SO5.2 to OOo enum EventFormat |