summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/TransformerContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/transform/TransformerContext.hxx')
-rw-r--r--xmloff/source/transform/TransformerContext.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmloff/source/transform/TransformerContext.hxx b/xmloff/source/transform/TransformerContext.hxx
index 07b0dbcb04b4..0a2446f252d4 100644
--- a/xmloff/source/transform/TransformerContext.hxx
+++ b/xmloff/source/transform/TransformerContext.hxx
@@ -91,6 +91,9 @@ public:
// Export the whole element. By default, nothing is done here
virtual void Export();
+
+ // Export the element content. By default, nothing is done here
+ virtual void ExportContent();
};