diff options
Diffstat (limited to 'oox')
-rw-r--r-- | oox/inc/oox/mathml/export.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/oox/mathml/export.hxx b/oox/inc/oox/mathml/export.hxx index 7d6a7dbb91d9..84914a5f063f 100644 --- a/oox/inc/oox/mathml/export.hxx +++ b/oox/inc/oox/mathml/export.hxx @@ -44,7 +44,7 @@ class OOX_DLLPUBLIC FormulaExportBase { public: virtual void writeFormulaOoxml( ::sax_fastparser::FSHelperPtr m_pSerializer, oox::core::OoxmlVersion version ) = 0; - virtual void writeFormulaRtf( OStringBuffer& rBuffer ) = 0; + virtual void writeFormulaRtf( OStringBuffer& rBuffer, rtl_TextEncoding nEncoding ) = 0; protected: FormulaExportBase(); |