diff options
Diffstat (limited to 'unotest')
-rw-r--r-- | unotest/Library_unobootstrapprotector.mk | 1 | ||||
-rw-r--r-- | unotest/Library_unoexceptionprotector.mk | 1 | ||||
-rw-r--r-- | unotest/Library_unotest.mk | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/unotest/Library_unobootstrapprotector.mk b/unotest/Library_unobootstrapprotector.mk index 3ec8b1689b04..f5f8aecaddef 100644 --- a/unotest/Library_unobootstrapprotector.mk +++ b/unotest/Library_unobootstrapprotector.mk @@ -17,7 +17,6 @@ $(eval $(call gb_Library_use_libraries,unobootstrapprotector,\ cppu \ cppuhelper \ sal \ - $(gb_UWINAPI) \ )) $(eval $(call gb_Library_use_externals,unobootstrapprotector,\ diff --git a/unotest/Library_unoexceptionprotector.mk b/unotest/Library_unoexceptionprotector.mk index 65366171848b..52417c9883a9 100644 --- a/unotest/Library_unoexceptionprotector.mk +++ b/unotest/Library_unoexceptionprotector.mk @@ -16,7 +16,6 @@ $(eval $(call gb_Library_use_libraries,unoexceptionprotector,\ cppu \ cppuhelper \ sal \ - $(gb_UWINAPI) \ )) $(eval $(call gb_Library_use_externals,unoexceptionprotector,\ diff --git a/unotest/Library_unotest.mk b/unotest/Library_unotest.mk index 558b8a745361..ea697699ee82 100644 --- a/unotest/Library_unotest.mk +++ b/unotest/Library_unotest.mk @@ -22,7 +22,6 @@ $(eval $(call gb_Library_use_libraries,unotest,\ cppuhelper \ sal \ sb \ - $(gb_UWINAPI) \ )) $(eval $(call gb_Library_use_externals,unotest,\ |