diff options
Diffstat (limited to 'xmloff/source/transform/FlatTContext.hxx')
-rw-r--r-- | xmloff/source/transform/FlatTContext.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmloff/source/transform/FlatTContext.hxx b/xmloff/source/transform/FlatTContext.hxx index 44a8c080adcf..0f39c0f4af05 100644 --- a/xmloff/source/transform/FlatTContext.hxx +++ b/xmloff/source/transform/FlatTContext.hxx @@ -51,8 +51,6 @@ public: // current element. virtual void Characters( const OUString& rChars ) override; - void ExportContent(); - const OUString& GetTextContent() const { return m_aCharacters; } }; |