From d843d64283c311f02ff663cb02d7ac5a4e744bfc Mon Sep 17 00:00:00 2001 From: Pallavi Jadhav Date: Fri, 6 Dec 2013 18:13:49 +0530 Subject: Added OOXML Unit Test framework for Chart module for export. - Referred functions from sw module. Change-Id: I3ae90d40d92de0d67623e73e1676dabcc8a413f6 --- chart2/CppunitTest_chart2_export.mk | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'chart2/CppunitTest_chart2_export.mk') diff --git a/chart2/CppunitTest_chart2_export.mk b/chart2/CppunitTest_chart2_export.mk index a861693f33f1..41b751493d5a 100644 --- a/chart2/CppunitTest_chart2_export.mk +++ b/chart2/CppunitTest_chart2_export.mk @@ -11,7 +11,10 @@ $(eval $(call gb_CppunitTest_CppunitTest,chart2_export)) -$(eval $(call gb_CppunitTest_use_external,chart2_export,boost_headers)) +$(eval $(call gb_CppunitTest_use_externals,chart2_export, \ + boost_headers \ + libxml2 \ +)) $(eval $(call gb_CppunitTest_add_exception_objects,chart2_export, \ chart2/qa/extras/chart2export \ @@ -50,6 +53,7 @@ $(eval $(call gb_CppunitTest_use_libraries,chart2_export, \ vbahelper \ vcl \ xo \ + sw \ $(gb_UWINAPI) \ )) @@ -85,6 +89,9 @@ $(eval $(call gb_CppunitTest_use_components,chart2_export,\ sc/util/sc \ sc/util/scd \ sc/util/scfilt \ + sw/util/sw \ + sw/util/swd \ + sw/util/msword \ $(if $(filter TRUE,$(DISABLE_SCRIPTING)),, \ sc/util/vbaobj) \ scaddins/source/analysis/analysis \ @@ -104,6 +111,7 @@ $(eval $(call gb_CppunitTest_use_components,chart2_export,\ unotools/util/utl \ unoxml/source/rdf/unordf \ unoxml/source/service/unoxml \ + writerfilter/util/writerfilter \ xmloff/util/xo \ )) -- cgit