From 7d637b71438921eaf97a66dfc46c6bc88d8aa5d6 Mon Sep 17 00:00:00 2001 From: Tushar Bende Date: Fri, 27 Sep 2013 18:22:14 +0530 Subject: Unit test case added to verify chart rendering in Writer for docx Unit Test case to verify Width & Height of Chart rendered Change-Id: I2899b9bdaf251f82400ebee273b23d09add4b468 Reviewed-on: https://gerrit.libreoffice.org/6056 Reviewed-by: Miklos Vajna Tested-by: Miklos Vajna --- sw/CppunitTest_sw_ooxmlimport.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sw/CppunitTest_sw_ooxmlimport.mk') diff --git a/sw/CppunitTest_sw_ooxmlimport.mk b/sw/CppunitTest_sw_ooxmlimport.mk index b558073b9691..45cac9ec1d0e 100644 --- a/sw/CppunitTest_sw_ooxmlimport.mk +++ b/sw/CppunitTest_sw_ooxmlimport.mk @@ -48,6 +48,8 @@ $(eval $(call gb_CppunitTest_use_ure,sw_ooxmlimport)) $(eval $(call gb_CppunitTest_use_components,sw_ooxmlimport,\ basic/util/sb \ + chart2/source/controller/chartcontroller \ + chart2/source/chartcore \ comphelper/util/comphelp \ configmgr/source/configmgr \ embeddedobj/util/embobj \ -- cgit