diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-02-27 10:52:22 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-02-27 10:52:22 +0000 |
commit | 9e03ed2e69fb6ef4b700713d6640b4afa706136c (patch) | |
tree | 2224a7e3d59d9e9fb5f737d968147b28a1b60d54 /sc/inc | |
parent | b6bfeb83a6a649e6c79997b292e65440f204b32a (diff) |
INTEGRATION: CWS calcwarnings (1.9.2); FILE MERGED
2006/12/13 19:18:18 nn 1.9.2.1: #i69284# warning-free: core, unxsols4
Diffstat (limited to 'sc/inc')
-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 |