diff options
author | Vasily Melenchuk <vasily.melenchuk@cib.de> | 2018-12-20 10:24:54 +0100 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2018-12-20 19:26:21 +0100 |
commit | 076dd5d5ddac1c65264ad14270f21fda14c793f3 (patch) | |
tree | 5e6329af8c1606d1a0c73f711623a9806c22898b /oox | |
parent | 5113d2f48888a7e08aa4062174cfac74043e5f00 (diff) |
sd: support for saving into .potx file
MS PowerPoint template format now supported not only for import,
but for export too.
Change-Id: Ib61798b5fe966b895ed850f4b4ad7d7d06740adc
Reviewed-on: https://gerrit.libreoffice.org/65475
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/ppt/pptimport.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/source/ppt/pptimport.cxx b/oox/source/ppt/pptimport.cxx index 2ce9ac4ea0ea..22f661d95546 100644 --- a/oox/source/ppt/pptimport.cxx +++ b/oox/source/ppt/pptimport.cxx @@ -217,6 +217,7 @@ sal_Bool SAL_CALL PowerPointImport::filter( const Sequence< PropertyValue >& rDe uno::Sequence<uno::Any> aArguments(comphelper::InitAnyPropertySequence( { {"IsPPTM", uno::makeAny(exportVBA())}, + {"IsTemplate", uno::makeAny(isExportTemplate())}, })); Reference<css::lang::XMultiServiceFactory> aFactory(getComponentContext()->getServiceManager(), UNO_QUERY_THROW); |