summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cui/source/inc/insdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/insdlg.hxx b/cui/source/inc/insdlg.hxx
index 5307a25986ba..5807c240b826 100644
--- a/cui/source/inc/insdlg.hxx
+++ b/cui/source/inc/insdlg.hxx
@@ -41,7 +41,7 @@ class InsertObjectDialog_Impl : public ModalDialog
{
protected:
com::sun::star::uno::Reference < com::sun::star::embed::XEmbeddedObject > m_xObj;
- const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& m_xStorage;
+ const com::sun::star::uno::Reference < com::sun::star::embed::XStorage > m_xStorage;
comphelper::EmbeddedObjectContainer aCnt;
InsertObjectDialog_Impl(vcl::Window * pParent, const OUString& rID,