summaryrefslogtreecommitdiffstats
path: root/include/svtools/addresstemplate.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/addresstemplate.hxx')
-rw-r--r--include/svtools/addresstemplate.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/svtools/addresstemplate.hxx b/include/svtools/addresstemplate.hxx
index 48fe7a59f060..6fc723ab63b3 100644
--- a/include/svtools/addresstemplate.hxx
+++ b/include/svtools/addresstemplate.hxx
@@ -92,14 +92,14 @@ namespace svt
// initialize the dialog from the configuration data
void loadConfiguration();
- DECL_LINK(OnFieldScroll, weld::ScrolledWindow&, void);
- DECL_LINK(OnFieldSelect, weld::ComboBox&, void);
- DECL_LINK(OnAdministrateDatasources, weld::Button&, void);
+ DECL_DLLPRIVATE_LINK(OnFieldScroll, weld::ScrolledWindow&, void);
+ DECL_DLLPRIVATE_LINK(OnFieldSelect, weld::ComboBox&, void);
+ DECL_DLLPRIVATE_LINK(OnAdministrateDatasources, weld::Button&, void);
DECL_STATIC_LINK(AddressBookSourceDialog, OnComboGetFocus, weld::Widget&, void);
- DECL_LINK(OnComboLoseFocus, weld::Widget&, void);
- DECL_LINK(OnComboSelect, weld::ComboBox&, void);
- DECL_LINK(OnOkClicked, weld::Button&, void);
- DECL_LINK(OnDelayedInitialize, void*, void);
+ DECL_DLLPRIVATE_LINK(OnComboLoseFocus, weld::Widget&, void);
+ DECL_DLLPRIVATE_LINK(OnComboSelect, weld::ComboBox&, void);
+ DECL_DLLPRIVATE_LINK(OnOkClicked, weld::Button&, void);
+ DECL_DLLPRIVATE_LINK(OnDelayedInitialize, void*, void);
// string to display for "no selection"
const OUString m_sNoFieldSelection;