summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/node.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/node.cxx')
-rw-r--r--unoxml/source/dom/node.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/unoxml/source/dom/node.cxx b/unoxml/source/dom/node.cxx
index 5ce052f6d041..2fc27560019b 100644
--- a/unoxml/source/dom/node.cxx
+++ b/unoxml/source/dom/node.cxx
@@ -861,10 +861,6 @@ namespace DOM
::osl::ClearableMutexGuard guard(m_rMutex);
-/*
- Reference< XNode > aNode = removeChild(oldChild);
- appendChild(newChild);
-*/
::rtl::Reference<CNode> const pOldNode(
CNode::GetImplementation(xOldChild));
::rtl::Reference<CNode> const pNewNode(