diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-07 14:16:29 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-08 08:16:47 +0200 |
commit | 8ad9cc042416c7b4ef89644b60928588f0505798 (patch) | |
tree | e10a30b7ce011bd343a6bd70258acd9f058d3a3f /svx | |
parent | 60df720f79363b737eb533331e86535e1d66f1f5 (diff) |
convert Link<> to typed
Change-Id: Ia7bdaa3a02af8f81884d81d60c0f135af2f8aeae
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/ctredlin.cxx | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/svx/source/dialog/ctredlin.cxx b/svx/source/dialog/ctredlin.cxx index 3a6d07b9feef..17df6543e921 100644 --- a/svx/source/dialog/ctredlin.cxx +++ b/svx/source/dialog/ctredlin.cxx @@ -971,30 +971,7 @@ IMPL_LINK( SvxTPFilter, ModifyHdl, void*, pCtr) { if(pCtr!=NULL) { - if (pCtr == m_pCbDate || pCtr == m_pLbDate || - pCtr == m_pDfDate || pCtr == m_pTfDate || - pCtr == m_pIbClock || pCtr == m_pFtDate2 || - pCtr == m_pDfDate2 || pCtr == m_pTfDate2 || - pCtr == m_pIbClock2) - { - aModifyDateLink.Call(this); - } - else if (pCtr == m_pCbAuthor || pCtr == m_pLbAuthor) - { - aModifyAuthorLink.Call(this); - } - else if (pCtr == m_pCbRange || pCtr == m_pLbAction || pCtr == m_pEdRange || - pCtr == m_pBtnRange) - { - aModifyRefLink.Call(this); - } - else if (pCtr == m_pCbComment || pCtr == m_pEdComment) - { - aModifyComLink.Call(this); - } - bModified=true; - aModifyLink.Call(this); } return 0; } |