From 252e599b22f08a8138b78e4215c33a86f5889fef Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 26 Jan 2012 16:26:15 +0100 Subject: Replace SvtInetOptions with (simplified) direct configuration access. --- unotools/Package_inc.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'unotools/Package_inc.mk') diff --git a/unotools/Package_inc.mk b/unotools/Package_inc.mk index 41a2aa132cfd..1a4abc75ee36 100644 --- a/unotools/Package_inc.mk +++ b/unotools/Package_inc.mk @@ -64,7 +64,6 @@ $(eval $(call gb_Package_add_file,unotools_inc,inc/unotools/fontoptions.hxx,unot $(eval $(call gb_Package_add_file,unotools_inc,inc/unotools/historyoptions_const.hxx,unotools/historyoptions_const.hxx)) $(eval $(call gb_Package_add_file,unotools_inc,inc/unotools/historyoptions.hxx,unotools/historyoptions.hxx)) $(eval $(call gb_Package_add_file,unotools_inc,inc/unotools/idhelper.hxx,unotools/idhelper.hxx)) -$(eval $(call gb_Package_add_file,unotools_inc,inc/unotools/inetoptions.hxx,unotools/inetoptions.hxx)) $(eval $(call gb_Package_add_file,unotools_inc,inc/unotools/internaloptions.hxx,unotools/internaloptions.hxx)) $(eval $(call gb_Package_add_file,unotools_inc,inc/unotools/intlwrapper.hxx,unotools/intlwrapper.hxx)) $(eval $(call gb_Package_add_file,unotools_inc,inc/unotools/itemholderbase.hxx,unotools/itemholderbase.hxx)) -- cgit