diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-01-25 20:51:45 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-01-25 20:51:45 +0000 |
commit | cb8aa4522f3b38f6d0242c3877322582157035c0 (patch) | |
tree | 04533f0fcf620cdc28d922a5d261a4944bfce8dd /cui | |
parent | ede590128f9ea770f5093449fdb748ab76758883 (diff) |
coverity#1266481 Pointer to local outside scope
Change-Id: I50884d73ffbbc8af743175e284860e937b196041
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/inc/insdlg.hxx | 2 |
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, |