diff options
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/CppunitTest_sdext_pdfimport.mk | 1 | ||||
-rw-r--r-- | sdext/Executable_xpdfimport.mk | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/sdext/CppunitTest_sdext_pdfimport.mk b/sdext/CppunitTest_sdext_pdfimport.mk index 2642786e0385..83f3131fe40e 100644 --- a/sdext/CppunitTest_sdext_pdfimport.mk +++ b/sdext/CppunitTest_sdext_pdfimport.mk @@ -30,7 +30,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sdext_pdfimport,\ sal \ test \ unotest \ - $(gb_UWINAPI) \ )) $(eval $(call gb_CppunitTest_use_library_objects,sdext_pdfimport,pdfimport)) diff --git a/sdext/Executable_xpdfimport.mk b/sdext/Executable_xpdfimport.mk index 6589f7852e3d..dde84963a1fb 100644 --- a/sdext/Executable_xpdfimport.mk +++ b/sdext/Executable_xpdfimport.mk @@ -16,10 +16,6 @@ $(eval $(call gb_Executable_use_externals,xpdfimport,\ zlib \ )) -$(eval $(call gb_Executable_use_libraries,xpdfimport,\ - $(gb_UWINAPI) \ -)) - $(eval $(call gb_Executable_add_exception_objects,xpdfimport,\ sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl \ sdext/source/pdfimport/xpdfwrapper/pnghelper \ |