svx/source/dialog/crashreportdlg.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 09584411ec13f353032c903b20937919987b8d51
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Fri Nov 5 20:21:19 2021 +0100
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Fri Nov 5 21:45:26 2021 +0100

    DECL_DLLPRIVATE_LINK doesn't make sense in a non-DLLPUBLIC class
    
    ...and causes "declaration nested in DLLPRIVATE declaration redundantly 
marked
    as DLLPRIVATE [loplugin:dllprivate]" from within the macro expansion, so 
revert
    that part of 54435d56051e19a408a1fcce16a3e4add185c018 "use more
    DECL_DLLPRIVATE_LINK"
    
    Change-Id: I51043214963176a761c784651224f84412777e36
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124780
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/svx/source/dialog/crashreportdlg.hxx 
b/svx/source/dialog/crashreportdlg.hxx
index eb1b0f595bb9..868f86c58e68 100644
--- a/svx/source/dialog/crashreportdlg.hxx
+++ b/svx/source/dialog/crashreportdlg.hxx
@@ -31,7 +31,7 @@ private:
 
     OUString maSuccessMsg;
 
-    DECL_DLLPRIVATE_LINK(BtnHdl, weld::Button&, void);
+    DECL_LINK(BtnHdl, weld::Button&, void);
 };
 
 #endif

Reply via email to