diff options
Diffstat (limited to 'sc/inc/arealink.hxx')
-rw-r--r-- | sc/inc/arealink.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/arealink.hxx b/sc/inc/arealink.hxx index bc2685eb89b1..9aa358aea0fa 100644 --- a/sc/inc/arealink.hxx +++ b/sc/inc/arealink.hxx @@ -4,9 +4,9 @@ * * $RCSfile: arealink.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: vg $ $Date: 2006-11-22 10:44:01 $ + * last change: $Author: vg $ $Date: 2007-02-27 11:52:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -103,7 +103,7 @@ public: const ScRange& GetDestArea() const { return aDestArea; } DECL_LINK( RefreshHdl, ScAreaLink* ); - DECL_LINK( EndEditHdl, AbstractScLinkedAreaDlg* ); + DECL_LINK( AreaEndEditHdl, AbstractScLinkedAreaDlg* ); }; #endif |