summaryrefslogtreecommitdiff
path: root/writerperfect/source/writer/exp/xmltext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/source/writer/exp/xmltext.hxx')
-rw-r--r--writerperfect/source/writer/exp/xmltext.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/writerperfect/source/writer/exp/xmltext.hxx b/writerperfect/source/writer/exp/xmltext.hxx
index aa82aeb00122..dc8f35f33fbd 100644
--- a/writerperfect/source/writer/exp/xmltext.hxx
+++ b/writerperfect/source/writer/exp/xmltext.hxx
@@ -26,6 +26,9 @@ public:
XMLImportContext *CreateChildContext(const OUString &rName, const css::uno::Reference<css::xml::sax::XAttributeList> &/*xAttribs*/) override;
};
+/// Context factory for body text, section, table cell, etc.
+XMLImportContext *CreateTextChildContext(XMLImport &rImport, const OUString &rName);
+
} // namespace exp
} // namespace writerperfect