diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2007-04-26 08:04:08 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2007-04-26 08:04:08 +0000 |
commit | ac1c82ecbb87f306832a824a23670aec9bc174d0 (patch) | |
tree | 3b6113b86550061efc46e0735bece0cce2c447a1 /sw/source/ui/dbui/mmmergepage.cxx | |
parent | 3bb325b76e7da59af8bd08a55196b3587d09f2c9 (diff) |
INTEGRATION: CWS residcleanup (1.7.240); FILE MERGED
2007/03/04 17:02:58 pl 1.7.240.1: #i73635# ResId cleanup
Diffstat (limited to 'sw/source/ui/dbui/mmmergepage.cxx')
-rw-r--r-- | sw/source/ui/dbui/mmmergepage.cxx | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/sw/source/ui/dbui/mmmergepage.cxx b/sw/source/ui/dbui/mmmergepage.cxx index 522ad58105..b91239c87d 100644 --- a/sw/source/ui/dbui/mmmergepage.cxx +++ b/sw/source/ui/dbui/mmmergepage.cxx @@ -4,9 +4,9 @@ * * $RCSfile: mmmergepage.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2006-09-16 22:46:39 $ + * last change: $Author: rt $ $Date: 2007-04-26 09:04:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -78,16 +78,16 @@ SwMailMergeMergePage::SwMailMergeMergePage( SwMailMergeWizard* _pParent) : svt::OWizardPage(_pParent, SW_RES(DLG_MM_MERGE_PAGE)), #pragma warning (disable : 4355) - m_aHeaderFI(this, ResId( FI_HEADER ) ), - m_aEditFI(this, ResId( FI_EDIT )), - m_aEditPB(this, ResId( PB_EDIT )), - m_aFindFL(this, ResId( FL_FIND )), - m_aFineFT(this, ResId( FT_FIND )), - m_aFindED(this, ResId( ED_FIND )), - m_aFindPB(this, ResId( PB_FIND )), - m_aWholeWordsCB(this, ResId( CB_WHOLEWORDS)), - m_aBackwardsCB(this, ResId( CB_BACKWARDS )), - m_aMatchCaseCB(this, ResId( CB_MATCHCASE )), + m_aHeaderFI(this, SW_RES( FI_HEADER ) ), + m_aEditFI(this, SW_RES( FI_EDIT )), + m_aEditPB(this, SW_RES( PB_EDIT )), + m_aFindFL(this, SW_RES( FL_FIND )), + m_aFineFT(this, SW_RES( FT_FIND )), + m_aFindED(this, SW_RES( ED_FIND )), + m_aFindPB(this, SW_RES( PB_FIND )), + m_aWholeWordsCB(this, SW_RES( CB_WHOLEWORDS)), + m_aBackwardsCB(this, SW_RES( CB_BACKWARDS )), + m_aMatchCaseCB(this, SW_RES( CB_MATCHCASE )), #pragma warning (default : 4355) m_pWizard(_pParent) { |