diff options
author | Vasily Melenchuk <vasily.melenchuk@cib.de> | 2018-12-11 19:47:25 +0300 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2018-12-14 11:42:44 +0100 |
commit | 0932e4bb9a4e4a25be092dcf87a0119d1894ac30 (patch) | |
tree | 5cbec163bad58a354b39b9816bf55757b6998c29 /include | |
parent | 44416a16f40167cf9a60ff6fc7990a07df4e7d7b (diff) |
sw: support for saving into .dotx file
Template format now supported not only for import, but for
export too.
Change-Id: I9fb9da14c4d6466b6979fa37fb2c0359ce5
Reviewed-on: https://gerrit.libreoffice.org/64947
Tested-by: Jenkins
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/oox/core/filterbase.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/oox/core/filterbase.hxx b/include/oox/core/filterbase.hxx index 8bb995b2f7f0..f00885cf3adc 100644 --- a/include/oox/core/filterbase.hxx +++ b/include/oox/core/filterbase.hxx @@ -236,6 +236,8 @@ public: bool exportVBA() const; + bool isExportTemplate() const; + protected: virtual css::uno::Reference< css::io::XInputStream > implGetInputStream( utl::MediaDescriptor& rMediaDesc ) const; |