summaryrefslogtreecommitdiff
path: root/include/svtools
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/svtools
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/svtools')
-rw-r--r--include/svtools/addresstemplate.hxx2
-rw-r--r--include/svtools/popupmenucontrollerbase.hxx2
-rw-r--r--include/svtools/toolboxcontroller.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/svtools/addresstemplate.hxx b/include/svtools/addresstemplate.hxx
index 6fc723ab63b3..04ce8d9be68d 100644
--- a/include/svtools/addresstemplate.hxx
+++ b/include/svtools/addresstemplate.hxx
@@ -95,7 +95,7 @@ namespace svt
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_DLLPRIVATE_STATIC_LINK(AddressBookSourceDialog, OnComboGetFocus, weld::Widget&, void);
DECL_DLLPRIVATE_LINK(OnComboLoseFocus, weld::Widget&, void);
DECL_DLLPRIVATE_LINK(OnComboSelect, weld::ComboBox&, void);
DECL_DLLPRIVATE_LINK(OnOkClicked, weld::Button&, void);
diff --git a/include/svtools/popupmenucontrollerbase.hxx b/include/svtools/popupmenucontrollerbase.hxx
index 31fc398b513d..6ce19444aa51 100644
--- a/include/svtools/popupmenucontrollerbase.hxx
+++ b/include/svtools/popupmenucontrollerbase.hxx
@@ -107,7 +107,7 @@ namespace svt
virtual void impl_setPopupMenu();
static OUString determineBaseURL( const OUString& aURL );
- DECL_STATIC_LINK( PopupMenuControllerBase, ExecuteHdl_Impl, void*, void );
+ DECL_DLLPRIVATE_STATIC_LINK( PopupMenuControllerBase, ExecuteHdl_Impl, void*, void );
bool m_bInitialized;
diff --git a/include/svtools/toolboxcontroller.hxx b/include/svtools/toolboxcontroller.hxx
index f2068306438e..8490f69e185f 100644
--- a/include/svtools/toolboxcontroller.hxx
+++ b/include/svtools/toolboxcontroller.hxx
@@ -157,7 +157,7 @@ class SVT_DLLPUBLIC ToolboxController :
{}
};
- DECL_STATIC_LINK( ToolboxController, ExecuteHdl_Impl, void*, void );
+ DECL_DLLPRIVATE_STATIC_LINK( ToolboxController, ExecuteHdl_Impl, void*, void );
typedef std::unordered_map< OUString,
css::uno::Reference< css::frame::XDispatch > > URLToDispatchMap;