diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-11-28 01:51:45 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-11-28 15:52:20 +0000 |
commit | 039261b3f63a8949fd0f20e7cb80d017f26c9f08 (patch) | |
tree | 069cd3af4db1862d51c277045126737f72bd805b /sc/Library_scfilt.mk | |
parent | 764358a43b83cdae9269af47070e3cb4739c96c0 (diff) |
orcus is mandatory now
We use it as a json parser, for calc cell styles and tests. Making it
optional is just making the code more complex and introduces more
sources for errors.
Change-Id: I8769628a4ab9519cafc3d43db7c0007e0aa265dc
Reviewed-on: https://gerrit.libreoffice.org/31307
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/Library_scfilt.mk')
-rw-r--r-- | sc/Library_scfilt.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/Library_scfilt.mk b/sc/Library_scfilt.mk index 467a2d69634f..8abfd870c4de 100644 --- a/sc/Library_scfilt.mk +++ b/sc/Library_scfilt.mk @@ -221,7 +221,6 @@ $(eval $(call gb_Library_add_exception_objects,scfilt,\ sc/source/filter/oox/worksheetsettings \ )) -ifeq ($(ENABLE_ORCUS),TRUE) $(eval $(call gb_Library_use_externals,scfilt,\ orcus \ orcus-parser \ @@ -238,6 +237,4 @@ $(eval $(call gb_Library_add_exception_objects,scfilt,\ sc/source/filter/orcus/filterdetect \ )) -endif - # vim: set noet sw=4 ts=4: |