diff options
Diffstat (limited to 'sc/source/ui/vba/vbaoleobject.cxx')
-rw-r--r-- | sc/source/ui/vba/vbaoleobject.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbaoleobject.cxx b/sc/source/ui/vba/vbaoleobject.cxx index 45a2ddd72846..f08eab946af9 100644 --- a/sc/source/ui/vba/vbaoleobject.cxx +++ b/sc/source/ui/vba/vbaoleobject.cxx @@ -33,7 +33,7 @@ using namespace com::sun::star; using namespace ooo::vba; ScVbaOLEObject::ScVbaOLEObject( const uno::Reference< XHelperInterface >& xParent, const uno::Reference< uno::XComponentContext >& xContext, - css::uno::Reference< css::drawing::XControlShape > xControlShape ) + css::uno::Reference< css::drawing::XControlShape > const & xControlShape ) : OLEObjectImpl_BASE( xParent, xContext ) { //init m_xWindowPeer |