diff options
Diffstat (limited to 'sw/source/uibase/inc/mailmergehelper.hxx')
-rw-r--r-- | sw/source/uibase/inc/mailmergehelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/mailmergehelper.hxx b/sw/source/uibase/inc/mailmergehelper.hxx index 664786d5b64c..7e8b0d48c45e 100644 --- a/sw/source/uibase/inc/mailmergehelper.hxx +++ b/sw/source/uibase/inc/mailmergehelper.hxx @@ -70,7 +70,7 @@ class SW_DLLPUBLIC SwAddressPreview final : public weld::CustomWidgetController virtual bool KeyInput( const KeyEvent& rKEvt ) override; void UpdateScrollBar(); - DECL_LINK(ScrollHdl, weld::ScrolledWindow&,void); + DECL_DLLPRIVATE_LINK(ScrollHdl, weld::ScrolledWindow&,void); public: SwAddressPreview(std::unique_ptr<weld::ScrolledWindow> xParent); |