From 40b1e5d40667e5863aa213a31fa1b06085bd407a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 6 Jul 2018 19:00:38 +0200 Subject: loplugin:passstuffbyref Change-Id: I6e6c47020073ec183c6c8ff9cd026a0bec23b177 Reviewed-on: https://gerrit.libreoffice.org/57088 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/source/ui/vba/vbaapplication.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/ui/vba/vbaapplication.hxx') diff --git a/sw/source/ui/vba/vbaapplication.hxx b/sw/source/ui/vba/vbaapplication.hxx index 6ef51fec5d37..96b4be10100f 100644 --- a/sw/source/ui/vba/vbaapplication.hxx +++ b/sw/source/ui/vba/vbaapplication.hxx @@ -58,7 +58,7 @@ public: void RemoveSink( sal_uInt32 nNumber ); SwVbaWindow* getActiveSwVbaWindow(); - css::uno::Reference< css::uno::XComponentContext > getContext(); + css::uno::Reference< css::uno::XComponentContext > const & getContext(); // XApplication virtual OUString SAL_CALL getName() override; -- cgit