diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-09-27 09:41:09 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-10-01 10:54:14 +0000 |
commit | e1b51e7beb7f9cfa7b574b9c2a69799e62963a09 (patch) | |
tree | 70e4cc24b42b10bba4d42ffa90f19f3ada6ae1bb /sc/CppunitTest_sc_cellrangeobj.mk | |
parent | e8c8f02ffd6988ea72141992b1f26f9c5d918af5 (diff) |
gbuild: use .xcd configuration files from instdir
..instead of .xcu files in solver/*/xml/registry
when running unittests and gengal.
Change-Id: I390a6c531d653acca7ef3379c49fe65fcb8f3c2a
Reviewed-on: https://gerrit.libreoffice.org/6057
Tested-by: Michael Stahl <mstahl@redhat.com>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sc/CppunitTest_sc_cellrangeobj.mk')
-rw-r--r-- | sc/CppunitTest_sc_cellrangeobj.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/CppunitTest_sc_cellrangeobj.mk b/sc/CppunitTest_sc_cellrangeobj.mk index aecd1d7236bc..e27a7a51acaf 100644 --- a/sc/CppunitTest_sc_cellrangeobj.mk +++ b/sc/CppunitTest_sc_cellrangeobj.mk @@ -106,8 +106,6 @@ $(eval $(call gb_CppunitTest_use_components,sc_cellrangesbase,\ $(eval $(call gb_CppunitTest_use_configuration,sc_cellrangesbase)) -$(eval $(call gb_CppunitTest_use_filter_configuration,sc_cellrangesbase)) - $(eval $(call gb_CppunitTest_use_unittest_configuration,sc_cellrangesbase)) # vim: set noet sw=4 ts=4: |