diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-16 08:38:23 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-16 08:38:55 +0200 |
commit | 69a06ca6bf45c4e2aceb06262bfa1e7be6f565e8 (patch) | |
tree | ad1d1e4c9c72fac1ef620e26b865d4001a538df1 /starmath/inc | |
parent | d30aedb2a381e89a5a3466f06c95ff7636c9306d (diff) |
convert Link<> to typed
Change-Id: I9ce05712af8300c8bcea6ea0f670b57cce1ca43d
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/edit.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/edit.hxx b/starmath/inc/edit.hxx index b277bcdd3ba0..a672ad6d74e6 100644 --- a/starmath/inc/edit.hxx +++ b/starmath/inc/edit.hxx @@ -72,7 +72,7 @@ class SmEditWindow : public vcl::Window, public DropTargetHelper virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt ) SAL_OVERRIDE; virtual void Paint(vcl::RenderContext& rRenderContext, const Rectangle& rRect) SAL_OVERRIDE; - DECL_LINK(EditStatusHdl ,EditStatus *); + DECL_LINK_TYPED(EditStatusHdl, EditStatus&, void); DECL_LINK_TYPED(ScrollHdl, ScrollBar*, void); void CreateEditView(); |