diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-07-27 14:12:42 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-07-27 16:00:12 +0200 |
commit | d216c9fcbbbbd5b28912441567c2fa282b284a6a (patch) | |
tree | ed4ec307e7dcd302788b0cdcea8f7e78f7ced041 /oox | |
parent | 3a06fbc0418e04eab2bcfcc47ffc7d04faf6dac9 (diff) |
SmRtfExport: get current encoding from Writer instead of assuming the default
Change-Id: Ia8bdf83f36d986ca45ddad985aca827224c194f4
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(); |