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 /sc/source/ui/inc/namemgrtable.hxx | |
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 'sc/source/ui/inc/namemgrtable.hxx')
-rw-r--r-- | sc/source/ui/inc/namemgrtable.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/namemgrtable.hxx b/sc/source/ui/inc/namemgrtable.hxx index 684d7f2839de..da5b93dfb679 100644 --- a/sc/source/ui/inc/namemgrtable.hxx +++ b/sc/source/ui/inc/namemgrtable.hxx @@ -50,8 +50,8 @@ private: void Init(); const ScRangeData* findRangeData(const ScRangeNameLine& rLine); - DECL_LINK(SizeAllocHdl, const Size&, void); - DECL_LINK(VisRowsScrolledHdl, weld::TreeView&, void); + DECL_DLLPRIVATE_LINK(SizeAllocHdl, const Size&, void); + DECL_DLLPRIVATE_LINK(VisRowsScrolledHdl, weld::TreeView&, void); public: ScRangeManagerTable(std::unique_ptr<weld::TreeView>, |