diff options
Diffstat (limited to 'sw/inc/colwd.hxx')
-rw-r--r-- | sw/inc/colwd.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/colwd.hxx b/sw/inc/colwd.hxx index 2657cd3b2755..13684ac833c4 100644 --- a/sw/inc/colwd.hxx +++ b/sw/inc/colwd.hxx @@ -34,7 +34,7 @@ class SwTableWidthDlg : public SvxStandardDialog protected: virtual void Apply() override; - DECL_LINK_TYPED(LoseFocusHdl, Edit&, void); + DECL_LINK(LoseFocusHdl, Edit&, void); public: SwTableWidthDlg(vcl::Window *pParent, SwTableFUNC &rFnc ); |