From 6503be5311716cf520cf534ca1bb0fd595b93d72 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Thu, 18 Sep 2014 10:03:50 +0200 Subject: fastparser: Use dummy token handler in unit test instead of an oox one. Change-Id: I4562156858982857a17e8837106c4c946f175be7 --- sax/CppunitTest_sax_parser.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sax/CppunitTest_sax_parser.mk') diff --git a/sax/CppunitTest_sax_parser.mk b/sax/CppunitTest_sax_parser.mk index 330842804acf..d5ede466dc8b 100644 --- a/sax/CppunitTest_sax_parser.mk +++ b/sax/CppunitTest_sax_parser.mk @@ -16,6 +16,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sax_parser, \ $(eval $(call gb_CppunitTest_use_libraries,sax_parser, \ comphelper \ cppu \ + cppuhelper \ sal \ test \ $(gb_UWINAPI) \ @@ -34,7 +35,6 @@ $(eval $(call gb_CppunitTest_use_components,sax_parser,\ configmgr/source/configmgr \ framework/util/fwk \ i18npool/util/i18npool \ - oox/util/oox \ sax/source/expatwrap/expwrap \ sfx2/util/sfx \ ucb/source/core/ucb1 \ -- cgit