diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 06:51:38 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 06:51:38 +0000 |
commit | 8d1ba95bad87ff2f8fbf4ff5b6ad1dba0e1b17e5 (patch) | |
tree | 690d6932fd993492a7a5e44fd37117c7ea1bd846 /svx | |
parent | 94b33395c3e604b613011178ea4df78693743bc9 (diff) |
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
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/svdraw/svdedtv2.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdedtv2.cxx b/svx/source/svdraw/svdedtv2.cxx index 7388f8bb52c5..3bd68885100e 100644 --- a/svx/source/svdraw/svdedtv2.cxx +++ b/svx/source/svdraw/svdedtv2.cxx @@ -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(); |