diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-04-09 15:10:40 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-05-31 13:16:27 +0300 |
commit | 2ee43cff5cf0e4125e7b2bbb7c763069c6aca95c (patch) | |
tree | 2ea731303783529c94b4a73e4a6a0f6690316a1a /sw/inc/docsh.hxx | |
parent | 6c8c727ffd97e247f1ea43c1a47a55e6d5f68331 (diff) |
Prepare to handle out (and inout) parameters to event callbacks
Change-Id: I47054c1df40d1058618b0fbd3fdb82fa93ca8836
Diffstat (limited to 'sw/inc/docsh.hxx')
-rw-r--r-- | sw/inc/docsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx index dc8214c534d8..d93f626b585b 100644 --- a/sw/inc/docsh.hxx +++ b/sw/inc/docsh.hxx @@ -314,7 +314,7 @@ public: virtual bool GetProtectionHash( /*out*/ css::uno::Sequence< sal_Int8 > &rPasswordHash ) override; void RegisterAutomationDocumentEventsCaller(css::uno::Reference< ooo::vba::XSinkCaller > const& xCaller); - void CallAutomationDocumentEventSinks(const OUString& Method, const css::uno::Sequence< css::uno::Any >& Arguments); + void CallAutomationDocumentEventSinks(const OUString& Method, css::uno::Sequence< css::uno::Any >& Arguments); }; /** Find the right DocShell and create a new one: |