diff options
Diffstat (limited to 'UnoControls')
-rw-r--r-- | UnoControls/Library_ctl.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/UnoControls/Library_ctl.mk b/UnoControls/Library_ctl.mk index 1bedad8f1fcc..0727c5f2780e 100644 --- a/UnoControls/Library_ctl.mk +++ b/UnoControls/Library_ctl.mk @@ -33,10 +33,7 @@ $(eval $(call gb_Library_set_include,ctl,\ -I$(SRCDIR)/UnoControls/source/inc \ )) -$(eval $(call gb_Library_use_api,ctl,\ - offapi \ - udkapi \ -)) +$(eval $(call gb_Library_use_sdk_api,ctl)) $(eval $(call gb_Library_use_libraries,ctl,\ comphelper \ |