diff options
Diffstat (limited to 'sc/source/ui/vba/vbaglobals.hxx')
-rw-r--r-- | sc/source/ui/vba/vbaglobals.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbaglobals.hxx b/sc/source/ui/vba/vbaglobals.hxx index b2195d40e81f..fc3fe0536d54 100644 --- a/sc/source/ui/vba/vbaglobals.hxx +++ b/sc/source/ui/vba/vbaglobals.hxx @@ -37,7 +37,7 @@ typedef ::cppu::ImplInheritanceHelper< VbaGlobalsBase, ov::excel::XGlobals > ScV class ScVbaGlobals : public ScVbaGlobals_BASE { css::uno::Reference< ov::excel::XApplication > mxApplication; - css::uno::Reference< ov::excel::XApplication > SAL_CALL getApplication() + css::uno::Reference< ov::excel::XApplication > const & SAL_CALL getApplication() throw (css::uno::RuntimeException); public: |