summaryrefslogtreecommitdiff
path: root/vbahelper/inc
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2010-07-27 11:53:35 +0200
committerDaniel Rentz <dr@openoffice.org>2010-07-27 11:53:35 +0200
commit4cc4f719538888c7f97048e9a7c1693ef9e6f344 (patch)
tree8096c31b8a06b2d8d0bb673ec5aff63cdbc4620e /vbahelper/inc
parenta11c345f88392632016ca0d4dd1e21188dae9e6c (diff)
mib17: #i112634# prepare loading VBA with document events from ODF and XLSM
Diffstat (limited to 'vbahelper/inc')
-rwxr-xr-xvbahelper/inc/vbahelper/vbaeventshelperbase.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vbahelper/inc/vbahelper/vbaeventshelperbase.hxx b/vbahelper/inc/vbahelper/vbaeventshelperbase.hxx
index b7216746c81d..89d355db71f9 100755
--- a/vbahelper/inc/vbahelper/vbaeventshelperbase.hxx
+++ b/vbahelper/inc/vbahelper/vbaeventshelperbase.hxx
@@ -52,8 +52,6 @@ public:
virtual ~VbaEventsHelperBase();
// XVBAEventProcessor
- virtual void SAL_CALL setIgnoreEvents( sal_Bool bIgnoreEvents ) throw (css::uno::RuntimeException);
- virtual sal_Bool SAL_CALL getIgnoreEvents() throw (css::uno::RuntimeException);
virtual sal_Bool SAL_CALL hasVbaEventHandler( sal_Int32 nEventId, const css::uno::Sequence< css::uno::Any >& rArgs ) throw (css::lang::IllegalArgumentException, css::uno::RuntimeException);
virtual void SAL_CALL processVbaEvent( sal_Int32 nEventId, const css::uno::Sequence< css::uno::Any >& rArgs ) throw (css::lang::IllegalArgumentException, css::script::provider::ScriptFrameworkErrorException, css::util::VetoException, css::uno::RuntimeException);
@@ -156,7 +154,6 @@ private:
typedef ::std::map< sal_Int32, EventHandlerInfo > EventHandlerMap;
EventHandlerMap maEvents;
- bool mbIgnoreEvents;
bool mbDisposed;
};