summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2018-02-06 17:49:23 -0500
committerJan Holesovsky <kendy@collabora.com>2018-02-22 11:27:26 +0100
commit90440d7b06c48ea76c72f5fd7fdd8ba17d13891b (patch)
treeb9cf63f1e1accadd2ea4697df846c305f602598c /include
parent10d6381de641ce5f82b22795496800cfbc1ed45d (diff)
oox: preserve custom oox fragments and packages
Reviewed-on: https://gerrit.libreoffice.org/49236 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> (cherry picked from commit 335a2b80fa900848a8b60d8fd5db6656bc30a95a) Change-Id: Ic4c75d136601a9b7d772aab577c9fbebc7391eaf Reviewed-on: https://gerrit.libreoffice.org/50151 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/oox/core/xmlfilterbase.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/oox/core/xmlfilterbase.hxx b/include/oox/core/xmlfilterbase.hxx
index b351b614cde4..53c80057ba60 100644
--- a/include/oox/core/xmlfilterbase.hxx
+++ b/include/oox/core/xmlfilterbase.hxx
@@ -257,6 +257,9 @@ private:
virtual StorageRef implCreateStorage(
const css::uno::Reference< css::io::XStream >& rxOutStream ) const override;
+ void importCustomFragments(css::uno::Reference<css::embed::XStorage>& xDocumentStorage);
+ void exportCustomFragments();
+
private:
::std::unique_ptr< XmlFilterBaseImpl > mxImpl;
sal_Int32 mnRelId;