diff options
author | Noel Grandin <noel@peralex.com> | 2015-08-05 10:39:50 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-08-05 11:08:25 +0000 |
commit | a5b842f3aa401352f5454edb8f47d9576dff0092 (patch) | |
tree | 8a6b526d9b07e8458fe6589f2754f593fa159d74 /sdext/source | |
parent | 968bc55adebd0158349b32a31ea341be292d8aa1 (diff) |
remove unused SfxFilterFlags values
from both the code and the XCU files
Change-Id: I47f1f33c3ad4a37e346e3b8020dd9d3e284ccb77
Reviewed-on: https://gerrit.libreoffice.org/17522
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sdext/source')
-rw-r--r-- | sdext/source/pdfimport/config/pdf_import_filter.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/pdfimport/config/pdf_import_filter.xcu b/sdext/source/pdfimport/config/pdf_import_filter.xcu index e4001c5c3a04..d454d6f19ddb 100644 --- a/sdext/source/pdfimport/config/pdf_import_filter.xcu +++ b/sdext/source/pdfimport/config/pdf_import_filter.xcu @@ -116,7 +116,7 @@ <value>org.libreoffice.comp.documents.HybridPDFImport</value> </prop> <prop oor:name="Flags" oor:type="oor:string-list"> - <value>3RDPARTYFILTER ALIEN IMPORT NOTINFILEDIALOG NOTINCHOOSER</value> + <value>3RDPARTYFILTER ALIEN IMPORT NOTINFILEDIALOG</value> </prop> <prop oor:name="TemplateName" oor:type="xs:string"> <value/> |