diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-10-18 12:49:28 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-10-18 12:49:28 +0000 |
commit | 47a2ec188baed043ab96056117c86ccf5f2817d4 (patch) | |
tree | 12ef22489fbdaa566f17dc012d5291663ce2d61b /sw/source/ui/dbui | |
parent | 124e797cefafefbeccf6c556a27193d1c722347e (diff) |
INTEGRATION: CWS os62 (1.6.132); FILE MERGED
2005/09/13 18:45:16 os 1.6.132.2: RESYNC: (1.6-1.7); FILE MERGED
2005/06/15 09:11:27 os 1.6.132.1: #i48067# superflous Modified() call removed
Diffstat (limited to 'sw/source/ui/dbui')
-rw-r--r-- | sw/source/ui/dbui/mmaddressblockpage.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/source/ui/dbui/mmaddressblockpage.cxx b/sw/source/ui/dbui/mmaddressblockpage.cxx index 55344619a319..f6bb03d63675 100644 --- a/sw/source/ui/dbui/mmaddressblockpage.cxx +++ b/sw/source/ui/dbui/mmaddressblockpage.cxx @@ -4,9 +4,9 @@ * * $RCSfile: mmaddressblockpage.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: kz $ $Date: 2005-10-06 10:53:28 $ + * last change: $Author: rt $ $Date: 2005-10-18 13:49:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -699,7 +699,6 @@ IMPL_LINK(SwCustomizeAddressBlockDialog, ListBoxSelectHdl_Impl, DDListBox*, pBox -----------------------------------------------------------------------*/ IMPL_LINK(SwCustomizeAddressBlockDialog, EditModifyHdl_Impl, AddressMultiLineEdit*, EMPTYARG) { - m_aDragED.Modified(); String sAddress = SwAddressPreview::FillData( GetAddress(), m_rConfigItem); |