summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbadocument.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2018-04-09 15:10:40 +0300
committerTor Lillqvist <tml@collabora.com>2018-05-31 13:16:27 +0300
commit2ee43cff5cf0e4125e7b2bbb7c763069c6aca95c (patch)
tree2ea731303783529c94b4a73e4a6a0f6690316a1a /sw/source/ui/vba/vbadocument.hxx
parent6c8c727ffd97e247f1ea43c1a47a55e6d5f68331 (diff)
Prepare to handle out (and inout) parameters to event callbacks
Change-Id: I47054c1df40d1058618b0fbd3fdb82fa93ca8836
Diffstat (limited to 'sw/source/ui/vba/vbadocument.hxx')
-rw-r--r--sw/source/ui/vba/vbadocument.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbadocument.hxx b/sw/source/ui/vba/vbadocument.hxx
index 61ce2a7ab8bd..7cbc63773319 100644
--- a/sw/source/ui/vba/vbadocument.hxx
+++ b/sw/source/ui/vba/vbadocument.hxx
@@ -106,7 +106,7 @@ public:
virtual css::uno::Sequence<OUString> getServiceNames() override;
// XSinkCaller
- virtual void SAL_CALL CallSinks( const OUString& Method, const css::uno::Sequence< css::uno::Any >& Arguments ) override;
+ virtual void SAL_CALL CallSinks( const OUString& Method, css::uno::Sequence< css::uno::Any >& Arguments ) override;
};
#endif // INCLUDED_SW_SOURCE_UI_VBA_VBADOCUMENT_HXX