summaryrefslogtreecommitdiff
path: root/unoxml
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-06-12 14:16:45 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-06-12 14:16:45 +0900
commit16738213c400f9192abc2ff6c08d7f711dee8d34 (patch)
tree3e17fbd6d8ab5a823ea4333a2325ee233ca8e4a7 /unoxml
parenta3451df90e0db9d37a7c6950c2eea53a96616e12 (diff)
nuke dead code
Change-Id: If8b6b4a3d9222726ae562e5b685710d86b5fe332
Diffstat (limited to 'unoxml')
-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(