diff options
Diffstat (limited to 'include/vbahelper/vbaeventshelperbase.hxx')
-rw-r--r-- | include/vbahelper/vbaeventshelperbase.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/vbahelper/vbaeventshelperbase.hxx b/include/vbahelper/vbaeventshelperbase.hxx index 81379c33eb2c..b5c09d83d37f 100644 --- a/include/vbahelper/vbaeventshelperbase.hxx +++ b/include/vbahelper/vbaeventshelperbase.hxx @@ -61,8 +61,7 @@ class VBAHELPER_DLLPUBLIC VbaEventsHelperBase : public VbaEventsHelperBase_BASE { public: VbaEventsHelperBase( - const css::uno::Sequence< css::uno::Any >& rArgs, - const css::uno::Reference< css::uno::XComponentContext >& xContext ); + const css::uno::Sequence< css::uno::Any >& rArgs ); virtual ~VbaEventsHelperBase() override; // script::vba::XVBAEventProcessor |