diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-12 14:16:45 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-12 14:16:45 +0900 |
commit | 16738213c400f9192abc2ff6c08d7f711dee8d34 (patch) | |
tree | 3e17fbd6d8ab5a823ea4333a2325ee233ca8e4a7 /unoxml/source | |
parent | a3451df90e0db9d37a7c6950c2eea53a96616e12 (diff) |
nuke dead code
Change-Id: If8b6b4a3d9222726ae562e5b685710d86b5fe332
Diffstat (limited to 'unoxml/source')
-rw-r--r-- | unoxml/source/dom/node.cxx | 4 |
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( |