diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-11-22 09:35:39 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-11-22 09:35:39 +0000 |
commit | c318b9ebc54d2539a9f66522e56e34a36e0028b7 (patch) | |
tree | 7a59f8ab23b145ff8762551664d325a150badbbb /svx/source | |
parent | 987b411056b2f9d85ca3cce8be30f1d18a110284 (diff) |
INTEGRATION: CWS asyncdialogs (1.3.180); FILE MERGED
2006/10/31 15:04:19 pb 1.3.180.2: RESYNC: (1.3-1.4); FILE MERGED
2006/03/22 07:34:44 pb 1.3.180.1: fix: #i57125# EndEditHdl() added
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/dialog/linkdlg.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/dialog/linkdlg.hxx b/svx/source/dialog/linkdlg.hxx index f863ef499283..3e5a7a1bc517 100644 --- a/svx/source/dialog/linkdlg.hxx +++ b/svx/source/dialog/linkdlg.hxx @@ -4,9 +4,9 @@ * * $RCSfile: linkdlg.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-10-12 12:18:06 $ + * last change: $Author: vg $ $Date: 2006-11-22 10:35:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -103,6 +103,7 @@ class SvBaseLinksDlg : public ModalDialog DECL_LINK( ChangeSourceClickHdl, PushButton * ); DECL_LINK( BreakLinkClickHdl, PushButton * ); DECL_LINK( UpdateWaitingHdl, Timer * ); + DECL_LINK( EndEditHdl, sfx2::SvBaseLink* ); sfx2::SvBaseLink* GetSelEntry( USHORT* pPos ); String ImplGetStateStr( const sfx2::SvBaseLink& ); void SetType( sfx2::SvBaseLink& rLink, USHORT nPos, USHORT nType ); |