diff options
Diffstat (limited to 'sc/source/ui/vba/vbaoleobject.hxx')
-rw-r--r-- | sc/source/ui/vba/vbaoleobject.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbaoleobject.hxx b/sc/source/ui/vba/vbaoleobject.hxx index 3f4c37c7552e..e9285496035e 100644 --- a/sc/source/ui/vba/vbaoleobject.hxx +++ b/sc/source/ui/vba/vbaoleobject.hxx @@ -35,7 +35,7 @@ protected: css::uno::Reference< ov::msforms::XControl> m_xControl; public: ScVbaOLEObject( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XComponentContext >& xContext, - css::uno::Reference< css::drawing::XControlShape > xControlShape ); + css::uno::Reference< css::drawing::XControlShape > const & xControlShape ); // XOLEObject Attributes virtual css::uno::Reference< css::uno::XInterface > SAL_CALL getObject() throw (css::uno::RuntimeException, std::exception) override; |