sc/CppunitTest_sc_tiledrendering.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 54ba02f3ac2a0868106348ba83b66a69862d3674 Author: Henry Castro <[email protected]> Date: Wed May 23 16:47:49 2018 -0400 sc:test: fix access configuration ui dialogs Change-Id: If5c5ec12fab7bca0c874efbec64661f4d0e1496d Reviewed-on: https://gerrit.libreoffice.org/54735 Reviewed-by: Jan Holesovsky <[email protected]> Tested-by: Jan Holesovsky <[email protected]> diff --git a/sc/CppunitTest_sc_tiledrendering.mk b/sc/CppunitTest_sc_tiledrendering.mk index fb86e258ba6e..12d477750ea1 100644 --- a/sc/CppunitTest_sc_tiledrendering.mk +++ b/sc/CppunitTest_sc_tiledrendering.mk @@ -53,7 +53,7 @@ $(eval $(call gb_CppunitTest_use_vcl,sc_tiledrendering)) $(eval $(call gb_CppunitTest_use_rdb,sc_tiledrendering,services)) -$(eval $(call gb_CppunitTest_use_configuration,sc_tiledrendering)) +$(eval $(call gb_CppunitTest_use_instdir_configuration,sc_tiledrendering)) $(call gb_CppunitTest_get_target,sc_tiledrendering) : $(call gb_AllLangResTarget_get_target,sc) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
