From f4fc5dc31eeb728777104c9ece2788bcc4bdea89 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 8 Jul 2020 09:50:16 +0200 Subject: unoxml: create instances with uno constructors See tdf#74608 for motivation Change-Id: I636d92faa3b26ac06c044c0485e632967daa709c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98313 Tested-by: Jenkins Reviewed-by: Noel Grandin --- unoxml/Library_unoxml.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'unoxml/Library_unoxml.mk') diff --git a/unoxml/Library_unoxml.mk b/unoxml/Library_unoxml.mk index 1d2202aa8839..34d9fe555e63 100644 --- a/unoxml/Library_unoxml.mk +++ b/unoxml/Library_unoxml.mk @@ -72,7 +72,6 @@ $(eval $(call gb_Library_add_exception_objects,unoxml,\ unoxml/source/events/mutationevent \ unoxml/source/events/uievent \ unoxml/source/events/mouseevent \ - unoxml/source/service/services \ )) $(eval $(call gb_Library_set_include,unoxml,\ -- cgit