summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
authorVarun Dhall <varun.dhall@studentpartner.com>2017-05-24 21:13:09 +0530
committerMichael Stahl <mstahl@redhat.com>2017-06-07 14:48:28 +0200
commit0703af9e782f1e03c243ee886d1301e80817aad8 (patch)
tree7728919c759d118f7c1bbca82932d03b2f4e39b1 /include/xmloff
parent62ef5622dc10282ad9751a358bc7edbf74d2a1c3 (diff)
Exporting EditEngine document into a buffer with ODF Filter
Change-Id: Ib0304de5d873ac833dcc121235b8de494a1bb3bf Reviewed-on: https://gerrit.libreoffice.org/37999 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/xmlexp.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xmloff/xmlexp.hxx b/include/xmloff/xmlexp.hxx
index cb134c747193..c8d0ffe41524 100644
--- a/include/xmloff/xmlexp.hxx
+++ b/include/xmloff/xmlexp.hxx
@@ -281,7 +281,8 @@ public:
const OUString& rFileName,
const css::uno::Reference< css::xml::sax::XDocumentHandler > & rHandler,
const css::uno::Reference< css::frame::XModel > &,
- FieldUnit const eDefaultFieldUnit );
+ FieldUnit const eDefaultFieldUnit,
+ SvXMLExportFlags nExportFlag );
virtual ~SvXMLExport() override;