From 2b5ebcc45b598f7e778abd76184342b86300c3b0 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 28 Jun 2015 18:15:45 +0200 Subject: chart2: typed Link<> Change-Id: I98c882d64cb4d6430390ac705f3f2208dd523598 --- chart2/source/controller/inc/dlg_DataEditor.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart2/source/controller/inc') diff --git a/chart2/source/controller/inc/dlg_DataEditor.hxx b/chart2/source/controller/inc/dlg_DataEditor.hxx index 72606abe5e85..a4041eabb677 100644 --- a/chart2/source/controller/inc/dlg_DataEditor.hxx +++ b/chart2/source/controller/inc/dlg_DataEditor.hxx @@ -76,7 +76,7 @@ private: /// handles actions of the toolbox DECL_LINK_TYPED( ToolboxHdl, ToolBox*, void ); /// is called, if the cursor of the table has moved - DECL_LINK( BrowserCursorMovedHdl, void*); + DECL_LINK_TYPED( BrowserCursorMovedHdl, DataBrowser*, void); /// this is called if MiscOptions change, esp. High-Contrast mode DECL_LINK( MiscHdl, void* ); /// is called when the width of any column in the edit browsebox has changed -- cgit