summaryrefslogtreecommitdiffstats
path: root/unoxml
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-14 17:30:04 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-14 17:30:04 +0100
commit3d45bbeb3a1bffb334c34725c224154ec1b4606b (patch)
tree9044ee77a414269c9a024b6c3ac1dd488b46d0c5 /unoxml
parentavoid null pointer access exporting shape data fdo#30858 (diff)
downloadcore-3d45bbeb3a1bffb334c34725c224154ec1b4606b.tar.gz
core-3d45bbeb3a1bffb334c34725c224154ec1b4606b.zip
fix some more ownerships
Diffstat (limited to 'unoxml')
-rw-r--r--unoxml/source/xpath/xpathapi.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/source/xpath/xpathapi.hxx b/unoxml/source/xpath/xpathapi.hxx
index fdfff24353cc..b2415d70c81b 100644
--- a/unoxml/source/xpath/xpathapi.hxx
+++ b/unoxml/source/xpath/xpathapi.hxx
@@ -69,7 +69,7 @@ namespace XPath
private:
nsmap_t m_nsmap;
- const Reference < XMultiServiceFactory >& m_aFactory;
+ const Reference < XMultiServiceFactory > m_aFactory;
extensions_t m_extensions;
public: