diff options
Diffstat (limited to 'sw/source/ui/vba/vbaapplication.hxx')
-rw-r--r-- | sw/source/ui/vba/vbaapplication.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |