summaryrefslogtreecommitdiff
path: root/vbahelper/inc
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2010-08-23 13:53:47 +0200
committerDaniel Rentz <dr@openoffice.org>2010-08-23 13:53:47 +0200
commitdf970ca6a70349f6e887661fe6164a1c857c5cdb (patch)
treec663e2fd2ff4893f60accfacc94d5bf799d85457 /vbahelper/inc
parentfadc14f47bd7f355523357ff961ac3eaf47f34ba (diff)
mib19: improved event handling: do not supreppress global events, when Application.EnableEvents symbol set to false
Diffstat (limited to 'vbahelper/inc')
-rwxr-xr-xvbahelper/inc/vbahelper/vbaeventshelperbase.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/vbahelper/inc/vbahelper/vbaeventshelperbase.hxx b/vbahelper/inc/vbahelper/vbaeventshelperbase.hxx
index 89d355db71f9..b637b742b26c 100755
--- a/vbahelper/inc/vbahelper/vbaeventshelperbase.hxx
+++ b/vbahelper/inc/vbahelper/vbaeventshelperbase.hxx
@@ -105,10 +105,6 @@ protected:
};
typedef ::std::deque< EventQueueEntry > EventQueue;
- /** Derived classes return whether event processing is enabled. Throws if
- the instance is in an invalid state. */
- virtual bool implEventsEnabled() throw (css::uno::RuntimeException) = 0;
-
/** Derived classes do additional prpeparations and return whether the
event handler has to be called. */
virtual bool implPrepareEvent(