From e3b03a028538e38337bcabbe5453b043920c23a8 Mon Sep 17 00:00:00 2001 From: YogeshBharate Date: Tue, 4 Feb 2014 19:34:09 +0530 Subject: Added unit test for fdo#73872: - Issue related to footer reference. - Added unit test to check footer1.xml.rels is contains in doc after roundtrip. - Also check Id = rId1 in footer1.xml.rels file. Conflicts: chart2/qa/extras/chart2export.cxx Reviewed on: https://gerrit.libreoffice.org/7851 Change-Id: I52fa8017abb7552c7752185873ff2bfb46689367 --- sw/CppunitTest_sw_ooxmlexport.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sw/CppunitTest_sw_ooxmlexport.mk') diff --git a/sw/CppunitTest_sw_ooxmlexport.mk b/sw/CppunitTest_sw_ooxmlexport.mk index 4ebff325d6a2..6d09ca211495 100644 --- a/sw/CppunitTest_sw_ooxmlexport.mk +++ b/sw/CppunitTest_sw_ooxmlexport.mk @@ -51,6 +51,8 @@ $(eval $(call gb_CppunitTest_use_ure,sw_ooxmlexport)) $(eval $(call gb_CppunitTest_use_components,sw_ooxmlexport,\ basic/util/sb \ canvas/source/factory/canvasfactory \ + chart2/source/chartcore \ + chart2/source/controller/chartcontroller \ comphelper/util/comphelp \ configmgr/source/configmgr \ drawinglayer/drawinglayer \ -- cgit