summaryrefslogtreecommitdiff
path: root/sw/inc/docsh.hxx
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 /sw/inc/docsh.hxx
parentd7f64593db4afdf2a7e77ca9147f6495e69912fd (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 'sw/inc/docsh.hxx')
-rw-r--r--sw/inc/docsh.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx
index 018c46349c1a..8794c79948e9 100644
--- a/sw/inc/docsh.hxx
+++ b/sw/inc/docsh.hxx
@@ -182,7 +182,7 @@ public:
virtual ~SwDocShell() override;
/// OLE 2.0-notification.
- DECL_LINK( Ole2ModifiedHdl, bool, void );
+ DECL_DLLPRIVATE_LINK( Ole2ModifiedHdl, bool, void );
/// OLE-stuff.
virtual void SetVisArea( const tools::Rectangle &rRect ) override;