summaryrefslogtreecommitdiff
path: root/sw/source/ui/table/colwd.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/table/colwd.cxx')
-rw-r--r--sw/source/ui/table/colwd.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/table/colwd.cxx b/sw/source/ui/table/colwd.cxx
index 36286e35af1a..4e2795ea3cf3 100644
--- a/sw/source/ui/table/colwd.cxx
+++ b/sw/source/ui/table/colwd.cxx
@@ -31,7 +31,7 @@
#include <cmdid.h>
#include <table.hrc>
-IMPL_LINK_NOARG_TYPED(SwTableWidthDlg, LoseFocusHdl, Edit&, void)
+IMPL_LINK_NOARG(SwTableWidthDlg, LoseFocusHdl, Edit&, void)
{
sal_uInt16 nId = (sal_uInt16)m_pColNF->GetValue()-1;
const SwTwips lWidth = rFnc.GetColWidth(nId);