summaryrefslogtreecommitdiff
path: root/svx/source/dialog
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2021-11-05 20:21:19 +0100
committerStephan Bergmann <sbergman@redhat.com>2021-11-05 21:45:26 +0100
commit09584411ec13f353032c903b20937919987b8d51 (patch)
treebf31d633839200bdd4448ed12e8d416807ca00f1 /svx/source/dialog
parent5e5420f9ea1a46d17305f5a5513a588364963ed2 (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/source/dialog')
-rw-r--r--svx/source/dialog/crashreportdlg.hxx2
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