summaryrefslogtreecommitdiffstats
path: root/include/formula/funcutl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/formula/funcutl.hxx')
-rw-r--r--include/formula/funcutl.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/include/formula/funcutl.hxx b/include/formula/funcutl.hxx
index f8375d4ef362..a41f9c09a60a 100644
--- a/include/formula/funcutl.hxx
+++ b/include/formula/funcutl.hxx
@@ -50,14 +50,14 @@ private:
Link<RefEdit&,void> maModifyHdl;
Link<weld::Widget&,bool> maActivateHdl;
- DECL_LINK( UpdateHdl, Timer*, void );
+ DECL_DLLPRIVATE_LINK( UpdateHdl, Timer*, void );
- DECL_LINK(KeyInputHdl, const KeyEvent&, bool);
- DECL_LINK(GetFocusHdl, weld::Widget&, void);
- DECL_LINK(LoseFocusHdl, weld::Widget&, void);
- DECL_LINK(AsyncFocusInHdl, void*, void);
- DECL_LINK(AsyncFocusOutHdl, void*, void);
- DECL_LINK(Modify, weld::Entry&, void);
+ DECL_DLLPRIVATE_LINK(KeyInputHdl, const KeyEvent&, bool);
+ DECL_DLLPRIVATE_LINK(GetFocusHdl, weld::Widget&, void);
+ DECL_DLLPRIVATE_LINK(LoseFocusHdl, weld::Widget&, void);
+ DECL_DLLPRIVATE_LINK(AsyncFocusInHdl, void*, void);
+ DECL_DLLPRIVATE_LINK(AsyncFocusOutHdl, void*, void);
+ DECL_DLLPRIVATE_LINK(Modify, weld::Entry&, void);
void GetFocus();
void LoseFocus();
@@ -154,9 +154,9 @@ private:
Link<RefButton&,void> maClickHdl;
DECL_LINK(Click, weld::Button&, void);
- DECL_LINK(KeyInput, const KeyEvent&, bool);
- DECL_LINK(GetFocus, weld::Widget&, void);
- DECL_LINK(LoseFocus, weld::Widget&, void);
+ DECL_DLLPRIVATE_LINK(KeyInput, const KeyEvent&, bool);
+ DECL_DLLPRIVATE_LINK(GetFocus, weld::Widget&, void);
+ DECL_DLLPRIVATE_LINK(LoseFocus, weld::Widget&, void);
public:
RefButton(std::unique_ptr<weld::Button> xControl);