summaryrefslogtreecommitdiffstats
path: root/include/sfx2/new.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/new.hxx')
-rw-r--r--include/sfx2/new.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/sfx2/new.hxx b/include/sfx2/new.hxx
index 9be8586c710e..8cb2bd9b4ea4 100644
--- a/include/sfx2/new.hxx
+++ b/include/sfx2/new.hxx
@@ -81,12 +81,12 @@ private:
std::unique_ptr<weld::CustomWeld> m_xPreviewWin;
std::unique_ptr<weld::Label> m_xAltTitleFt;
- DECL_LINK( Update, Timer *, void );
+ DECL_DLLPRIVATE_LINK( Update, Timer *, void );
- DECL_LINK(RegionSelect, weld::TreeView&, void);
- DECL_LINK(TemplateSelect, weld::TreeView&, void);
- DECL_LINK(DoubleClick, weld::TreeView&, bool);
- DECL_LINK(Expand, weld::Expander&, void);
+ DECL_DLLPRIVATE_LINK(RegionSelect, weld::TreeView&, void);
+ DECL_DLLPRIVATE_LINK(TemplateSelect, weld::TreeView&, void);
+ DECL_DLLPRIVATE_LINK(DoubleClick, weld::TreeView&, bool);
+ DECL_DLLPRIVATE_LINK(Expand, weld::Expander&, void);
sal_uInt16 GetSelectedTemplatePos() const;
public: