From 7bd62c00c58c6b1580df4bf5f44b083a50d9f673 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Sat, 7 Mar 2020 14:33:43 +0100 Subject: Separate core drawinglayer func. into drawinglayercore library This separates the drawinglayer core functionallity into a separate library, to keep a strict separation what is backend dependent and what is not. More strict separation can be done at a later date. This will make it possible to push part of drawinglayer (part of processor2d) directly into VCL. Change-Id: Ibc26580067e50bf20d7cdd37fa0e44eb10200878 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127286 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/CppunitTest_sc_database_functions_test.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'sc/CppunitTest_sc_database_functions_test.mk') diff --git a/sc/CppunitTest_sc_database_functions_test.mk b/sc/CppunitTest_sc_database_functions_test.mk index 528f816c3c45..1b4c8265f66f 100644 --- a/sc/CppunitTest_sc_database_functions_test.mk +++ b/sc/CppunitTest_sc_database_functions_test.mk @@ -26,6 +26,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_database_functions_test, \ cppu \ cppuhelper \ drawinglayer \ + drawinglayercore \ editeng \ for \ forui \ -- cgit