From a04d60ca5af1b794c190fa9d5a0fb7506755f27d Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 4 Nov 2021 09:27:17 +0200 Subject: use more DECL_DLLPRIVATE_LINK to avoid unnecessarily exporting symbols Change-Id: I4c9c7c86f288ba9655a8b919387e30f3096ccfb2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124667 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svx/FileExportedDialog.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svx/FileExportedDialog.hxx') diff --git a/include/svx/FileExportedDialog.hxx b/include/svx/FileExportedDialog.hxx index 748c0f377e45..3ad5ab559a25 100644 --- a/include/svx/FileExportedDialog.hxx +++ b/include/svx/FileExportedDialog.hxx @@ -16,7 +16,7 @@ private: std::unique_ptr m_xFileLabel; std::unique_ptr m_xButton; - DECL_LINK(OpenHdl, weld::Button&, void); + DECL_DLLPRIVATE_LINK(OpenHdl, weld::Button&, void); public: explicit FileExportedDialog(weld::Window* pParent, OUString atitle); -- cgit