diff options
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/source/vbaevents/eventhelper.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripting/source/vbaevents/eventhelper.cxx b/scripting/source/vbaevents/eventhelper.cxx index 976f1534e18d..403d7b3b481f 100644 --- a/scripting/source/vbaevents/eventhelper.cxx +++ b/scripting/source/vbaevents/eventhelper.cxx @@ -545,9 +545,7 @@ ReadOnlyEventsNameContainer::hasByName( const OUString& aName ) throw (RuntimeEx return sal_True; } -typedef ::cppu::WeakImplHelper< XScriptEventsSupplier > EventsSupplier_BASE; - -class ReadOnlyEventsSupplier : public EventsSupplier_BASE +class ReadOnlyEventsSupplier : public ::cppu::WeakImplHelper< XScriptEventsSupplier > { public: ReadOnlyEventsSupplier( const Sequence< OUString >& eventMethods, const OUString& sCodeName ) |