summaryrefslogtreecommitdiff
path: root/cui/source/options/tsaurls.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/tsaurls.hxx')
-rw-r--r--cui/source/options/tsaurls.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/options/tsaurls.hxx b/cui/source/options/tsaurls.hxx
index 5d321e8cc34d..0ab0cf81d0b0 100644
--- a/cui/source/options/tsaurls.hxx
+++ b/cui/source/options/tsaurls.hxx
@@ -21,9 +21,9 @@ private:
VclPtr<PushButton> m_pDeleteBtn;
VclPtr<OKButton> m_pOKBtn;
- DECL_LINK_TYPED(AddHdl_Impl, Button*, void);
- DECL_LINK_TYPED(DeleteHdl_Impl, Button*, void);
- DECL_LINK_TYPED(OKHdl_Impl, Button*, void);
+ DECL_LINK(AddHdl_Impl, Button*, void);
+ DECL_LINK(DeleteHdl_Impl, Button*, void);
+ DECL_LINK(OKHdl_Impl, Button*, void);
std::set<OUString> m_aURLs;