diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-11-05 20:21:19 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-11-05 21:45:26 +0100 |
commit | 09584411ec13f353032c903b20937919987b8d51 (patch) | |
tree | bf31d633839200bdd4448ed12e8d416807ca00f1 /svx | |
parent | 5e5420f9ea1a46d17305f5a5513a588364963ed2 (diff) |
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 <sbergman@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/crashreportdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |