summaryrefslogtreecommitdiff
path: root/unoxml
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-06-06 11:06:56 +0000
committerRüdiger Timm <rt@openoffice.org>2008-06-06 11:06:56 +0000
commitfdb4ef84a7e1ee4067db95fba4946d19f76d63a6 (patch)
tree245822834a18ef103ef7963aa062360055d951f4 /unoxml
parente18e03dde19110bc311076db58ec27087e31a223 (diff)
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
Diffstat (limited to 'unoxml')
-rw-r--r--unoxml/source/dom/node.cxx4
1 files changed, 2 insertions, 2 deletions
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);
}
}