INTEGRATION: CWS residcleanup (1.21.262); FILE MERGED
2007/02/20 19:38:31 pl 1.21.262.1: #i74635# get rid of global ResMgr
This commit is contained in:
parent
7cf2aff85d
commit
52024596f8
1 changed files with 10 additions and 10 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: hlmailtp.cxx,v $
|
||||
*
|
||||
* $Revision: 1.21 $
|
||||
* $Revision: 1.22 $
|
||||
*
|
||||
* last change: $Author: obo $ $Date: 2006-09-17 04:23:32 $
|
||||
* last change: $Author: rt $ $Date: 2007-04-26 07:33:15 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -82,17 +82,17 @@ using namespace ::com::sun::star;
|
|||
SvxHyperlinkMailTp::SvxHyperlinkMailTp ( Window *pParent, const SfxItemSet& rItemSet)
|
||||
: SvxHyperlinkTabPageBase ( pParent, SVX_RES( RID_SVXPAGE_HYPERLINK_MAIL ),
|
||||
rItemSet ),
|
||||
maGrpMailNews ( this, ResId (GRP_MAILNEWS) ),
|
||||
maRbtMail ( this, ResId (RB_LINKTYP_MAIL) ),
|
||||
maRbtNews ( this, ResId (RB_LINKTYP_NEWS) ),
|
||||
maFtReceiver ( this, ResId (FT_RECEIVER) ),
|
||||
maGrpMailNews ( this, SVX_RES (GRP_MAILNEWS) ),
|
||||
maRbtMail ( this, SVX_RES (RB_LINKTYP_MAIL) ),
|
||||
maRbtNews ( this, SVX_RES (RB_LINKTYP_NEWS) ),
|
||||
maFtReceiver ( this, SVX_RES (FT_RECEIVER) ),
|
||||
maCbbReceiver ( this, INET_PROT_MAILTO ),
|
||||
maBtAdrBook ( this, ResId (BTN_ADRESSBOOK) ),
|
||||
maFtSubject ( this, ResId (FT_SUBJECT) ),
|
||||
maEdSubject ( this, ResId (ED_SUBJECT) )
|
||||
maBtAdrBook ( this, SVX_RES (BTN_ADRESSBOOK) ),
|
||||
maFtSubject ( this, SVX_RES (FT_SUBJECT) ),
|
||||
maEdSubject ( this, SVX_RES (ED_SUBJECT) )
|
||||
{
|
||||
// Set HC bitmaps and disable display of bitmap names.
|
||||
maBtAdrBook.SetModeImage( Image( ResId( IMG_ADRESSBOOK_HC ) ), BMP_COLOR_HIGHCONTRAST );
|
||||
maBtAdrBook.SetModeImage( Image( SVX_RES( IMG_ADRESSBOOK_HC ) ), BMP_COLOR_HIGHCONTRAST );
|
||||
maBtAdrBook.EnableTextDisplay (FALSE);
|
||||
|
||||
InitStdControls();
|
||||
|
|
Loading…
Reference in a new issue