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
This commit is contained in:
Rüdiger Timm 2007-07-06 11:29:21 +00:00
parent 7d34800bc6
commit e5f0302d23

View file

@ -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