INTEGRATION: CWS residcleanup (1.32.68); FILE MERGED

2007/03/04 10:26:08 pl 1.32.68.1: #i74635# ResId cleanup
This commit is contained in:
Rüdiger Timm 2007-04-26 07:37:09 +00:00
parent ff472a67b2
commit c5247ae6dc

View file

@ -4,9 +4,9 @@
*
* $RCSfile: docshel2.cxx,v $
*
* $Revision: 1.32 $
* $Revision: 1.33 $
*
* last change: $Author: kz $ $Date: 2006-12-12 17:11:47 $
* last change: $Author: rt $ $Date: 2007-04-26 08:37:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -400,7 +400,7 @@ BOOL DrawDocShell::CheckPageName (::Window* pWin, String& rName )
{
String aDesc( SdResId( STR_WARN_PAGE_EXISTS ) );
SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create();
AbstractSvxNameDialog* aNameDlg = pFact ? pFact->CreateSvxNameDialog( pWin, aStrForDlg, aDesc, ResId(RID_SVXDLG_NAME) ) : 0;
AbstractSvxNameDialog* aNameDlg = pFact ? pFact->CreateSvxNameDialog( pWin, aStrForDlg, aDesc, RID_SVXDLG_NAME ) : 0;
if( aNameDlg )
{
aNameDlg->SetEditHelpId( HID_SD_NAMEDIALOG_PAGE );