From fdb4ef84a7e1ee4067db95fba4946d19f76d63a6 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 6 Jun 2008 11:06:56 +0000 Subject: INTEGRATION: CWS xmlfix2 (1.11.8); FILE MERGED 2008/05/15 17:26:40 mst 1.11.8.3: RESYNC: (1.15-1.16); FILE MERGED 2008/03/26 15:11:10 mst 1.11.8.2: RESYNC: (1.11-1.15); FILE MERGED 2007/11/14 14:28:38 lo 1.11.8.1: parser improvements --- unoxml/source/dom/node.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unoxml') diff --git a/unoxml/source/dom/node.cxx b/unoxml/source/dom/node.cxx index 53194cc6f147..b7ab5af1eb81 100644 --- a/unoxml/source/dom/node.cxx +++ b/unoxml/source/dom/node.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: node.cxx,v $ - * $Revision: 1.16 $ + * $Revision: 1.17 $ * * This file is part of OpenOffice.org. * @@ -57,7 +57,7 @@ namespace DOM nodemap_t::iterator i = CNode::theNodeMap.find(aNode); if (i != CNode::theNodeMap.end()) { - // CNode *pNode = i->second; + // CNode *pNode = i->second; CNode::theNodeMap.erase(i); } } -- cgit