diff options
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/arealink.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/arealink.hxx b/sc/inc/arealink.hxx index 0eed8a8370e1..afda84c55f14 100644 --- a/sc/inc/arealink.hxx +++ b/sc/inc/arealink.hxx @@ -28,6 +28,7 @@ class SfxObjectShell; struct AreaLink_Impl; +class Dialog; class SC_DLLPUBLIC ScAreaLink : public ::sfx2::SvBaseLink, public ScRefreshTimer { @@ -75,7 +76,7 @@ public: const ScRange& GetDestArea() const { return aDestArea; } DECL_LINK_TYPED( RefreshHdl, Timer*, void ); - DECL_LINK( AreaEndEditHdl, void* ); + DECL_LINK_TYPED( AreaEndEditHdl, Dialog&, void ); }; #endif |