From bb3761df8df47e24d0a23ee390c51047c9d16f3c Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Mon, 15 Feb 2016 11:16:59 +0100 Subject: [PATCH] filter: mark XLSX/PPTX filter as SUPPORTSSIGNING Given that all DOCX signing code is in xmlsecurity and it wasn't DOCX-specific, this works out of the box. Change-Id: I18429f63c125a43346e9e52021e1b7e33b300af4 --- .../source/config/fragments/filters/calc_MS_Excel_2007_XML.xcu | 2 +- .../config/fragments/filters/impress_MS_PowerPoint_2007_XML.xcu | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/filter/source/config/fragments/filters/calc_MS_Excel_2007_XML.xcu b/filter/source/config/fragments/filters/calc_MS_Excel_2007_XML.xcu index 2979b7dc550f..2e76f5c358a7 100644 --- a/filter/source/config/fragments/filters/calc_MS_Excel_2007_XML.xcu +++ b/filter/source/config/fragments/filters/calc_MS_Excel_2007_XML.xcu @@ -16,7 +16,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - IMPORT EXPORT ALIEN 3RDPARTYFILTER PREFERRED ENCRYPTION PASSWORDTOMODIFY + IMPORT EXPORT ALIEN 3RDPARTYFILTER PREFERRED ENCRYPTION PASSWORDTOMODIFY SUPPORTSSIGNING com.sun.star.comp.oox.xls.ExcelFilter diff --git a/filter/source/config/fragments/filters/impress_MS_PowerPoint_2007_XML.xcu b/filter/source/config/fragments/filters/impress_MS_PowerPoint_2007_XML.xcu index 9571dbdb869f..8814d1e4413d 100644 --- a/filter/source/config/fragments/filters/impress_MS_PowerPoint_2007_XML.xcu +++ b/filter/source/config/fragments/filters/impress_MS_PowerPoint_2007_XML.xcu @@ -16,7 +16,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - IMPORT EXPORT ALIEN 3RDPARTYFILTER PREFERRED ENCRYPTION PASSWORDTOMODIFY + IMPORT EXPORT ALIEN 3RDPARTYFILTER PREFERRED ENCRYPTION PASSWORDTOMODIFY SUPPORTSSIGNING com.sun.star.comp.oox.ppt.PowerPointImport