diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2015-06-28 18:15:45 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-08 08:59:06 +0200 |
commit | 2b5ebcc45b598f7e778abd76184342b86300c3b0 (patch) | |
tree | dbf903559878506d990933c89b0c39b49abb2cc1 /chart2/source/controller/inc | |
parent | 3c4da0f6fda6d6cf376cae77417d813e1d21d740 (diff) |
chart2: typed Link<>
Change-Id: I98c882d64cb4d6430390ac705f3f2208dd523598
Diffstat (limited to 'chart2/source/controller/inc')
-rw-r--r-- | chart2/source/controller/inc/dlg_DataEditor.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |