summaryrefslogtreecommitdiff
path: root/sw/source/core/docnode/nodedump.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/docnode/nodedump.cxx')
-rw-r--r--sw/source/core/docnode/nodedump.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sw/source/core/docnode/nodedump.cxx b/sw/source/core/docnode/nodedump.cxx
index 64ea367a0b13..ec2eef0f32c3 100644
--- a/sw/source/core/docnode/nodedump.cxx
+++ b/sw/source/core/docnode/nodedump.cxx
@@ -373,18 +373,6 @@ void SwTxtFmtColls::dumpAsXml(xmlTextWriterPtr w) const
}
}
-void SwNumRuleTbl::dumpAsXml(xmlTextWriterPtr w) const
-{
- if (!empty())
- {
- WriterHelper writer(w);
- writer.startElement("swnumruletbl");
- for (size_t i = 0; i < size(); ++i)
- operator[](i)->dumpAsXml(w);
- writer.endElement();
- }
-}
-
void SwTxtNode::dumpAsXml( xmlTextWriterPtr w ) const
{
WriterHelper writer( w );