summaryrefslogtreecommitdiff
path: root/cui/source/customize/selector.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/customize/selector.cxx')
-rw-r--r--cui/source/customize/selector.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/cui/source/customize/selector.cxx b/cui/source/customize/selector.cxx
index 06894bac5c5f..d595d2e1f5ff 100644
--- a/cui/source/customize/selector.cxx
+++ b/cui/source/customize/selector.cxx
@@ -138,7 +138,7 @@ void SvxConfigFunctionListBox::MouseMove( const MouseEvent& rMEvt )
}
-IMPL_LINK_NOARG_TYPED(SvxConfigFunctionListBox, TimerHdl, Timer *, void)
+IMPL_LINK_NOARG(SvxConfigFunctionListBox, TimerHdl, Timer *, void)
{
aTimer.Stop();
Point aMousePos = GetPointerPosPixel();
@@ -967,7 +967,7 @@ void SvxScriptSelectorDialog::dispose()
ModalDialog::dispose();
}
-IMPL_LINK_TYPED( SvxScriptSelectorDialog, SelectHdl, SvTreeListBox*, pCtrl, void )
+IMPL_LINK( SvxScriptSelectorDialog, SelectHdl, SvTreeListBox*, pCtrl, void )
{
if (pCtrl == m_pCategories)
{
@@ -980,7 +980,7 @@ IMPL_LINK_TYPED( SvxScriptSelectorDialog, SelectHdl, SvTreeListBox*, pCtrl, void
UpdateUI();
}
-IMPL_LINK_NOARG_TYPED( SvxScriptSelectorDialog, FunctionDoubleClickHdl, SvTreeListBox*, bool )
+IMPL_LINK_NOARG( SvxScriptSelectorDialog, FunctionDoubleClickHdl, SvTreeListBox*, bool )
{
if (m_pOKButton->IsEnabled())
ClickHdl(m_pOKButton);
@@ -1008,7 +1008,7 @@ SvxScriptSelectorDialog::UpdateUI()
}
}
-IMPL_LINK_TYPED( SvxScriptSelectorDialog, ClickHdl, Button *, pButton, void )
+IMPL_LINK( SvxScriptSelectorDialog, ClickHdl, Button *, pButton, void )
{
if (pButton == m_pCancelButton)
{