From ffd0453810cff76aebb8b0c9e2a5d5fb18ac2591 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 5 Nov 2021 11:32:37 +0200 Subject: use more DECL_DLLPRIVATE_STATIC_LINK to avoid unnecessarily exporting symbols Change-Id: I224848cea217977088fe0643511660a7c99b7277 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124733 Tested-by: Jenkins Reviewed-by: Noel Grandin --- cui/source/options/optgdlg.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui') diff --git a/cui/source/options/optgdlg.hxx b/cui/source/options/optgdlg.hxx index 198ecb50e0e8..75f29c6c5a34 100644 --- a/cui/source/options/optgdlg.hxx +++ b/cui/source/options/optgdlg.hxx @@ -55,7 +55,7 @@ private: DECL_LINK(TwoFigureHdl, weld::SpinButton&, void); #if defined(_WIN32) - DECL_STATIC_LINK(OfaMiscTabPage, FileAssocClick, weld::Button&, void); + DECL_DLLPRIVATE_STATIC_LINK(OfaMiscTabPage, FileAssocClick, weld::Button&, void); #endif protected: virtual DeactivateRC DeactivatePage( SfxItemSet* pSet ) override; -- cgit v1.2.3