summaryrefslogtreecommitdiffstats
path: root/include/svx/FileExportedDialog.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-11-04 09:27:17 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-11-04 15:26:14 +0100
commita04d60ca5af1b794c190fa9d5a0fb7506755f27d (patch)
treea5d141f79a11eaaca5ff76d6def636278c54357e /include/svx/FileExportedDialog.hxx
parentbackendtest: Open Cubic-Bezier Curve Draw Test (diff)
downloadcore-a04d60ca5af1b794c190fa9d5a0fb7506755f27d.tar.gz
core-a04d60ca5af1b794c190fa9d5a0fb7506755f27d.zip
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 <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/FileExportedDialog.hxx')
-rw-r--r--include/svx/FileExportedDialog.hxx2
1 files changed, 1 insertions, 1 deletions
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<weld::Label> m_xFileLabel;
std::unique_ptr<weld::Button> m_xButton;
- DECL_LINK(OpenHdl, weld::Button&, void);
+ DECL_DLLPRIVATE_LINK(OpenHdl, weld::Button&, void);
public:
explicit FileExportedDialog(weld::Window* pParent, OUString atitle);