summaryrefslogtreecommitdiff
path: root/include/sfx2/inputdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/inputdlg.hxx')
-rw-r--r--include/sfx2/inputdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/inputdlg.hxx b/include/sfx2/inputdlg.hxx
index adf9c2a2e850..840844d1827a 100644
--- a/include/sfx2/inputdlg.hxx
+++ b/include/sfx2/inputdlg.hxx
@@ -21,7 +21,7 @@ private:
std::unique_ptr<weld::Button> m_xHelp;
std::unique_ptr<weld::Button> m_xOk;
std::function<bool(OUString)> mCheckEntry;
- DECL_LINK(EntryChangedHdl, weld::Entry&, void);
+ DECL_DLLPRIVATE_LINK(EntryChangedHdl, weld::Entry&, void);
public:
InputDialog(weld::Widget* pParent, const OUString& rLabelText);