summaryrefslogtreecommitdiff
path: root/include/test
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-11-05 11:32:37 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-11-05 13:59:10 +0100
commitffd0453810cff76aebb8b0c9e2a5d5fb18ac2591 (patch)
treef8b684c627a0e36f91be681ceaea3a4a74215a44 /include/test
parent848eb0ddecd4ef4c8da06624a5479efd3d73cf64 (diff)
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 <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/test')
-rw-r--r--include/test/bootstrapfixture.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/test/bootstrapfixture.hxx b/include/test/bootstrapfixture.hxx
index b039f0e6e3bf..b3463ae223d5 100644
--- a/include/test/bootstrapfixture.hxx
+++ b/include/test/bootstrapfixture.hxx
@@ -55,7 +55,7 @@ protected:
static bool IsDefaultDPI();
public:
- DECL_STATIC_LINK(BootstrapFixture, ImplInitFilterHdl, ConvertData&, bool);
+ DECL_DLLPRIVATE_STATIC_LINK(BootstrapFixture, ImplInitFilterHdl, ConvertData&, bool);
BootstrapFixture(bool bAssertOnDialog = true, bool bNeedUCB = true);
virtual ~BootstrapFixture() override;