sw/CppunitTest_sw_htmlexport.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fd65712dc90634036b4ddc9fcfa0bcf58db917d3
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Mon Jul 3 10:52:12 2023 +0200
Commit:     Mike Kaganski <mike.kagan...@collabora.com>
CommitDate: Mon Jul 3 12:43:52 2023 +0200

    Fix a copy-paste error
    
    Thanks Miklos for spotting this!
    
    Change-Id: I6cdba2a2c6280fa1cb85e3ab8172b3e66aeda1c1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153890
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com>

diff --git a/sw/CppunitTest_sw_htmlexport.mk b/sw/CppunitTest_sw_htmlexport.mk
index 3fc4a52c9d26..e456673def7f 100644
--- a/sw/CppunitTest_sw_htmlexport.mk
+++ b/sw/CppunitTest_sw_htmlexport.mk
@@ -68,7 +68,7 @@ $(eval $(call gb_CppunitTest_use_configuration,sw_htmlexport))
 ifeq ($(OS),WNT)
 # Initializing DocumentSignatureManager will require gpgme-w32spawn.exe in 
workdir/LinkTarget/Executable
 # In fact, it is not even required to complete test successfully, but the 
dialog would stop execution
-$(eval $(call gb_CppunitTest_use_packages,sw_core_draw,\
+$(eval $(call gb_CppunitTest_use_packages,sw_htmlexport,\
     $(call gb_Helper_optional,GPGMEPP,gpgmepp)\
 ))
 endif

Reply via email to