summaryrefslogtreecommitdiffstats
path: root/cui/source/inc/insdlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-01-25 20:51:45 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-01-25 20:51:45 +0000
commitcb8aa4522f3b38f6d0242c3877322582157035c0 (patch)
tree04533f0fcf620cdc28d922a5d261a4944bfce8dd /cui/source/inc/insdlg.hxx
parentcoverity#1266445 Explicit null dereferenced (diff)
downloadcore-cb8aa4522f3b38f6d0242c3877322582157035c0.tar.gz
core-cb8aa4522f3b38f6d0242c3877322582157035c0.zip
coverity#1266481 Pointer to local outside scope
Change-Id: I50884d73ffbbc8af743175e284860e937b196041
Diffstat (limited to 'cui/source/inc/insdlg.hxx')
-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,