diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2014-04-27 15:54:58 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2014-05-01 17:03:10 +0000 |
commit | f82f7bf3dd5053049259f6933d1335f6c9e314dd (patch) | |
tree | 6360e4c6c66efbb3631a2c0ad9c0d6f6ff8f4b33 /postprocess | |
parent | b44ca2f45e86abb62718534fad43cdd3741101ba (diff) |
Introduce centralized detection for storage-based files
This will allow us to get rid of the duplicated code,
and simplify the type detectors.
Also this commit fixes fdo#46310 and fdo#74978.
Change-Id: I08e958ab10d05e1036cdc2bed5ce14bf73b6245c
Reviewed-on: https://gerrit.libreoffice.org/9221
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/Rdb_services.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk index 5a4b104a3b19..15ca77633f94 100644 --- a/postprocess/Rdb_services.mk +++ b/postprocess/Rdb_services.mk @@ -33,6 +33,7 @@ $(eval $(call gb_Rdb_add_components,services,\ filter/source/odfflatxml/odfflatxml \ filter/source/pdf/pdffilter \ filter/source/placeware/placeware \ + filter/source/storagefilterdetect/storagefd \ filter/source/svg/svgfilter \ filter/source/t602/t602filter \ filter/source/textfilterdetect/textfd \ |