INTEGRATION: CWS residcleanup (1.27.34); FILE MERGED

2007/02/22 21:37:39 pl 1.27.34.1: #i74635# get rid of global ResMgr fallback
This commit is contained in:
Rüdiger Timm 2007-04-26 06:51:38 +00:00
parent 94b33395c3
commit 8d1ba95bad

View file

@ -4,9 +4,9 @@
*
* $RCSfile: svdedtv2.cxx,v $
*
* $Revision: 1.27 $
* $Revision: 1.28 $
*
* last change: $Author: obo $ $Date: 2007-01-25 11:06:40 $
* last change: $Author: rt $ $Date: 2007-04-26 07:51:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -735,7 +735,7 @@ void SdrEditView::DistributeMarkedObjects()
SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create();
if(pFact)
{
AbstractSvxDistributeDialog *pDlg = pFact->CreateSvxDistributeDialog(NULL, aNewAttr, ResId(RID_SVXPAGE_DISTRIBUTE));
AbstractSvxDistributeDialog *pDlg = pFact->CreateSvxDistributeDialog(NULL, aNewAttr, RID_SVXPAGE_DISTRIBUTE);
DBG_ASSERT(pDlg, "Dialogdiet fail!");//CHINA001
UINT16 nResult = pDlg->Execute();