diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-11-04 09:27:17 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-11-04 15:26:14 +0100 |
commit | a04d60ca5af1b794c190fa9d5a0fb7506755f27d (patch) | |
tree | a5d141f79a11eaaca5ff76d6def636278c54357e /include/svtools/filechangedchecker.hxx | |
parent | f90159697506e28ebbfb436047e52db1b65bd9a7 (diff) |
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/svtools/filechangedchecker.hxx')
-rw-r--r-- | include/svtools/filechangedchecker.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/filechangedchecker.hxx b/include/svtools/filechangedchecker.hxx index 23ea1c66323d..a6f86eab8f92 100644 --- a/include/svtools/filechangedchecker.hxx +++ b/include/svtools/filechangedchecker.hxx @@ -34,7 +34,7 @@ private: ::std::function<void ()> mpCallback; bool SVT_DLLPRIVATE getCurrentModTime(TimeValue& o_rValue) const; - DECL_LINK(TimerHandler, Timer *, void); + DECL_DLLPRIVATE_LINK(TimerHandler, Timer *, void); public: void resetTimer(); |