summaryrefslogtreecommitdiff
path: root/sc/inc/arealink.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-06 11:29:21 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-06 11:29:21 +0000
commite5f0302d23cc671f557bbd36b7da047b85f20817 (patch)
tree4483888b7761c4145786e74683fbf18d8a3122b6 /sc/inc/arealink.hxx
parent7d34800bc6cb3083aac86e90a93fe86a4dd8fdb1 (diff)
INTEGRATION: CWS dr55 (1.10.84); FILE MERGED
2007/06/15 19:15:00 nn 1.10.84.1: #i76514# don't access ScLinkedAreaDlg as AbstractScLinkedAreaDlg
Diffstat (limited to 'sc/inc/arealink.hxx')
-rw-r--r--sc/inc/arealink.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/arealink.hxx b/sc/inc/arealink.hxx
index 9aa358aea0fa..4d923f8d610c 100644
--- a/sc/inc/arealink.hxx
+++ b/sc/inc/arealink.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: arealink.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: vg $ $Date: 2007-02-27 11:52:22 $
+ * last change: $Author: rt $ $Date: 2007-07-06 12:29:21 $
*
* 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( AreaEndEditHdl, AbstractScLinkedAreaDlg* );
+ DECL_LINK( AreaEndEditHdl, void* );
};
#endif