diff options
author | Michael Stahl <mst@openoffice.org> | 2010-10-14 18:13:35 +0200 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2010-10-14 18:13:35 +0200 |
commit | 66183dd2d83741963a9b9f69965731e279a4d776 (patch) | |
tree | 457f04e05ea6c6bfe7f48f75a27bde06c44c1768 /unoxml/source/xpath | |
parent | fe3404b618a42d0d2800e3073ce31c377aa162bb (diff) |
sw34bf01: #i112783#: fix Reference& member
Diffstat (limited to 'unoxml/source/xpath')
-rw-r--r-- | unoxml/source/xpath/xpathapi.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/source/xpath/xpathapi.hxx b/unoxml/source/xpath/xpathapi.hxx index fdfff24353cc..048fafaae8e9 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: |