[Libreoffice-commits] .: unoxml/source
Caolán McNamara
caolan at kemper.freedesktop.org
Thu Oct 14 12:22:42 PDT 2010
unoxml/source/xpath/xpathapi.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 639767b44681c11535d6236787157f03ec3cb731
Author: Caolán McNamara <caolanm at redhat.com>
Date: Thu Oct 14 17:30:04 2010 +0100
fix some more ownerships
diff --git a/unoxml/source/xpath/xpathapi.hxx b/unoxml/source/xpath/xpathapi.hxx
index 538b97e..4e2dbc0 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:
More information about the Libreoffice-commits
mailing list