diff options
author | Noel Grandin <noel@peralex.com> | 2015-08-03 15:11:45 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-08-04 08:55:56 +0200 |
commit | 368a3e45a3f126d34f794a9118fcef0e3270cd78 (patch) | |
tree | 11d586fd3895dc9b42749b817b9501173d819d39 /scripting | |
parent | 0fd9b79687a9f58a407da8e46e54637f353e122b (diff) |
sc: inline some use-once typedefs
Change-Id: I332e160dda3f167e61f99da1eb0aa6bd72a48b06
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 ) |