diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-11-04 10:10:19 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-11-05 10:20:29 +0100 |
commit | 54435d56051e19a408a1fcce16a3e4add185c018 (patch) | |
tree | 9112ee3aac02c8467dfc36a9302a232383f9b491 /sd/inc | |
parent | d7f64593db4afdf2a7e77ca9147f6495e69912fd (diff) |
use more DECL_DLLPRIVATE_LINK
to avoid unnecessarily exporting symbols
Change-Id: I6855894d0166c300ced169e36861f38811baa48d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124730
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/CustomAnimationEffect.hxx | 2 | ||||
-rw-r--r-- | sd/inc/sdmod.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/inc/CustomAnimationEffect.hxx b/sd/inc/CustomAnimationEffect.hxx index 67445cf0d854..e117783c90ea 100644 --- a/sd/inc/CustomAnimationEffect.hxx +++ b/sd/inc/CustomAnimationEffect.hxx @@ -413,7 +413,7 @@ private: void lockRebuilds(); void unlockRebuilds(); - DECL_LINK(onTimerHdl, Timer *, void); + DECL_DLLPRIVATE_LINK(onTimerHdl, Timer *, void); virtual void implRebuild() override; diff --git a/sd/inc/sdmod.hxx b/sd/inc/sdmod.hxx index b7c1b3ebac60..1fa0bb08d251 100644 --- a/sd/inc/sdmod.hxx +++ b/sd/inc/sdmod.hxx @@ -74,7 +74,7 @@ class SAL_DLLPUBLIC_RTTI SdModule final : public SfxModule, public SfxListener { public: SFX_DECL_INTERFACE(SD_IF_SDAPP) - DECL_LINK( CalcFieldValueHdl, EditFieldInfo*, void ); + DECL_DLLPRIVATE_LINK( CalcFieldValueHdl, EditFieldInfo*, void ); private: /// SfxInterface initializer. |