summaryrefslogtreecommitdiff
path: root/unoxml
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-06-06 11:06:37 +0000
committerRüdiger Timm <rt@openoffice.org>2008-06-06 11:06:37 +0000
commite18e03dde19110bc311076db58ec27087e31a223 (patch)
tree06cc48370bdd3d2d74c0277aa45d11a62d635cd8 /unoxml
parent310517face4677403fbae77037d40b6ae0a6b6e2 (diff)
INTEGRATION: CWS xmlfix2 (1.4.30); FILE MERGED
2008/05/15 17:26:33 mst 1.4.30.3: RESYNC: (1.5-1.6); FILE MERGED 2008/03/26 15:10:02 mst 1.4.30.2: RESYNC: (1.4-1.5); FILE MERGED 2007/11/14 14:28:38 lo 1.4.30.1: parser improvements
Diffstat (limited to 'unoxml')
-rw-r--r--unoxml/source/dom/entityreference.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/unoxml/source/dom/entityreference.cxx b/unoxml/source/dom/entityreference.cxx
index 68721f6be998..56da1c2af8e1 100644
--- a/unoxml/source/dom/entityreference.cxx
+++ b/unoxml/source/dom/entityreference.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: entityreference.cxx,v $
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
* This file is part of OpenOffice.org.
*
@@ -33,10 +33,10 @@
namespace DOM
{
- CEntityReference::CEntityReference(const xmlNodePtr /*aNodePtr*/)
+ CEntityReference::CEntityReference(const xmlNodePtr aNodePtr)
{
m_aNodeType = NodeType_ENTITY_REFERENCE_NODE;
- init_node(m_aNodePtr);
+ init_node(aNodePtr);
}
OUString SAL_CALL CEntityReference::getNodeName()throw (RuntimeException)
{