Kaydet (Commit) 31cde8e7 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS residcleanup (1.19.34); FILE MERGED

2007/02/21 22:04:09 pl 1.19.34.1: #i74635# get rid of global ResMgr
üst ad85f636
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: optpath.cxx,v $ * $RCSfile: optpath.cxx,v $
* *
* $Revision: 1.19 $ * $Revision: 1.20 $
* *
* last change: $Author: obo $ $Date: 2007-01-23 07:06:31 $ * last change: $Author: rt $ $Date: 2007-04-26 07:40:02 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -261,20 +261,20 @@ SvxPathTabPage::SvxPathTabPage( Window* pParent, const SfxItemSet& rSet ) : ...@@ -261,20 +261,20 @@ SvxPathTabPage::SvxPathTabPage( Window* pParent, const SfxItemSet& rSet ) :
SfxTabPage( pParent, SVX_RES( RID_SFXPAGE_PATH ), rSet ), SfxTabPage( pParent, SVX_RES( RID_SFXPAGE_PATH ), rSet ),
aTypeText ( this, ResId( FT_TYPE ) ), aTypeText ( this, SVX_RES( FT_TYPE ) ),
aPathText ( this, ResId( FT_PATH ) ), aPathText ( this, SVX_RES( FT_PATH ) ),
aPathCtrl ( this, ResId( LB_PATH ) ), aPathCtrl ( this, SVX_RES( LB_PATH ) ),
aStandardBtn ( this, ResId( BTN_STANDARD ) ), aStandardBtn ( this, SVX_RES( BTN_STANDARD ) ),
aPathBtn ( this, ResId( BTN_PATH ) ), aPathBtn ( this, SVX_RES( BTN_PATH ) ),
aStdBox ( this, ResId( GB_STD ) ), aStdBox ( this, SVX_RES( GB_STD ) ),
pHeaderBar ( NULL ), pHeaderBar ( NULL ),
pPathBox ( NULL ), pPathBox ( NULL ),
pImpl ( new OptPath_Impl( ResId(IMG_LOCK), ResId(IMG_LOCK_HC) ) ), pImpl ( new OptPath_Impl( SVX_RES(IMG_LOCK), SVX_RES(IMG_LOCK_HC) ) ),
xDialogListener ( new ::svt::DialogClosedListener() ) xDialogListener ( new ::svt::DialogClosedListener() )
{ {
pImpl->m_sMultiPathDlg = String( ResId( STR_MULTIPATHDLG ) ); pImpl->m_sMultiPathDlg = String( SVX_RES( STR_MULTIPATHDLG ) );
aStandardBtn.SetClickHdl( LINK( this, SvxPathTabPage, StandardHdl_Impl ) ); aStandardBtn.SetClickHdl( LINK( this, SvxPathTabPage, StandardHdl_Impl ) );
Link aLink = LINK( this, SvxPathTabPage, PathHdl_Impl ); Link aLink = LINK( this, SvxPathTabPage, PathHdl_Impl );
aPathBtn.SetClickHdl( aLink ); aPathBtn.SetClickHdl( aLink );
...@@ -600,7 +600,7 @@ IMPL_LINK( SvxPathTabPage, PathHdl_Impl, PushButton *, EMPTYARG ) ...@@ -600,7 +600,7 @@ IMPL_LINK( SvxPathTabPage, PathHdl_Impl, PushButton *, EMPTYARG )
if ( pFact ) if ( pFact )
{ {
AbstractSvxMultiPathDialog* pMultiDlg = AbstractSvxMultiPathDialog* pMultiDlg =
pFact->CreateSvxMultiPathDialog( this, ResId( RID_SVXDLG_MULTIPATH ) ); pFact->CreateSvxMultiPathDialog( this, RID_SVXDLG_MULTIPATH );
DBG_ASSERT( pMultiDlg, "Dialogdiet fail!" ); DBG_ASSERT( pMultiDlg, "Dialogdiet fail!" );
pMultiDlg->EnableRadioButtonMode(); pMultiDlg->EnableRadioButtonMode();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment