diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2019-01-10 07:26:18 +0100 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2019-03-04 12:28:51 +0100 |
commit | 3fc464ae8571f1eb4df3556149914848fd9c8e9d (patch) | |
tree | f76b6ff445a1b6a576d836242ffb25683c26713e /vcl/Module_vcl.mk | |
parent | b47bca7fd71abb7fb65269f377446a26cd41cb91 (diff) |
Read style colors from a xml widget definition file
WidgetDefinitionReader is responsible to read the definitions from
an xml file. The first implemented definitions are style colors.
They are read from the file and stored into class fields.
This also adds the unit test which tests that the reader is
functioning as expected for a small certain subset of colors.
Change-Id: Icd44cb465b084c32db8323e2f2f7dfa57823d559
Reviewed-on: https://gerrit.libreoffice.org/68642
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'vcl/Module_vcl.mk')
-rw-r--r-- | vcl/Module_vcl.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk index 14e3eacf1bf5..71db1571c20e 100644 --- a/vcl/Module_vcl.mk +++ b/vcl/Module_vcl.mk @@ -206,6 +206,7 @@ $(eval $(call gb_Module_add_check_targets,vcl,\ CppunitTest_vcl_bitmap_render_test \ CppunitTest_vcl_apitests \ CppunitTest_vcl_png_test \ + CppunitTest_vcl_widget_definition_reader_test \ )) ifneq (,$(filter PDFIUM,$(BUILD_TYPE))) |