summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--unoxml/source/xpath/nodelist.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unoxml/source/xpath/nodelist.cxx b/unoxml/source/xpath/nodelist.cxx
index 4d7241e5b738..734df439eb24 100644
--- a/unoxml/source/xpath/nodelist.cxx
+++ b/unoxml/source/xpath/nodelist.cxx
@@ -32,8 +32,8 @@
namespace XPath
{
CNodeList::CNodeList(boost::shared_ptr<xmlXPathObject>& rxpathObj, const Reference< XNode >& contextNode)
- : m_pNodeSet(0)
- , m_xContextNode(contextNode)
+ : m_xContextNode(contextNode)
+ , m_pNodeSet(0)
{
if (rxpathObj != NULL && rxpathObj->type == XPATH_NODESET)
{