summaryrefslogtreecommitdiff
path: root/cui/source/options/certpath.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/certpath.hxx')
-rw-r--r--cui/source/options/certpath.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/options/certpath.hxx b/cui/source/options/certpath.hxx
index 42fbf49288c2..528f4fbc79e0 100644
--- a/cui/source/options/certpath.hxx
+++ b/cui/source/options/certpath.hxx
@@ -26,9 +26,9 @@ private:
OUString m_sAddDialogText;
OUString m_sManual;
- DECL_LINK_TYPED(CheckHdl_Impl, SvTreeListBox*, void);
- DECL_LINK_TYPED(AddHdl_Impl, Button*, void);
- DECL_LINK_TYPED(OKHdl_Impl, Button*, void);
+ DECL_LINK(CheckHdl_Impl, SvTreeListBox*, void);
+ DECL_LINK(AddHdl_Impl, Button*, void);
+ DECL_LINK(OKHdl_Impl, Button*, void);
void HandleCheckEntry(SvTreeListEntry* _pEntry);
void AddCertPath(const OUString &rProfile, const OUString &rPath);