summaryrefslogtreecommitdiff
path: root/filter/Module_filter.mk
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000@gmail.com>2015-07-14 09:44:10 +0200
committerZolnai Tamás <zolnaitamas2000@gmail.com>2015-07-14 10:36:18 +0200
commit16f9cf57e20ffbe34cb184f694f465708250a578 (patch)
tree951f0cc53f96103e5f365ef5bc4a04655800d1e5 /filter/Module_filter.mk
parent70f152983f3425a77df2f65b4798417640d47b76 (diff)
tdf#92471: Improve color conversion to MSO highlighting
The simple color distance on RGB color space is not good enough. It leads to a better result if we use the scheme of the primary colors. This method works well with MSO highlighting color palette, but not neccessarily in general. In highlighting palette light and dark variant of the same color type (e.g. blue and light blue) has the exactly same scheme. Change-Id: Ied08b4c388b8020326709d01d2de290afdd9d77b
Diffstat (limited to 'filter/Module_filter.mk')
-rw-r--r--filter/Module_filter.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/filter/Module_filter.mk b/filter/Module_filter.mk
index 33f0f745f1e9..4cb64628d53f 100644
--- a/filter/Module_filter.mk
+++ b/filter/Module_filter.mk
@@ -81,6 +81,7 @@ endif
$(eval $(call gb_Module_add_check_targets,filter,\
CppunitTest_filter_xslt \
CppunitTest_filter_priority \
+ CppunitTest_filter_utils \
))
ifneq ($(DISABLE_CVE_TESTS),TRUE)