summaryrefslogtreecommitdiffstats
path: root/cui/source
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-11-04 10:10:19 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-11-05 10:20:29 +0100
commit54435d56051e19a408a1fcce16a3e4add185c018 (patch)
tree9112ee3aac02c8467dfc36a9302a232383f9b491 /cui/source
parentThe std::auto_ptr workarounds should only be necessary for Boost < 1.67.0 (diff)
downloadcore-54435d56051e19a408a1fcce16a3e4add185c018.tar.gz
core-54435d56051e19a408a1fcce16a3e4add185c018.zip
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 'cui/source')
-rw-r--r--cui/source/inc/dlgname.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/dlgname.hxx b/cui/source/inc/dlgname.hxx
index 06e70562fc8d..0baa56b61948 100644
--- a/cui/source/inc/dlgname.hxx
+++ b/cui/source/inc/dlgname.hxx
@@ -42,7 +42,7 @@ public:
field is changed. The Link result determines whether the OK
Button is enabled (> 0) or disabled (== 0).
- @param rLink a Callback declared with DECL_LINK and implemented with
+ @param rLink a Callback declared with DECL_DLLPRIVATE_LINK and implemented with
IMPL_LINK, that is executed on modification.
@param bCheckImmediately If true, the Link is called directly after