diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 08:15:25 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 08:15:25 +0000 |
commit | f5d234a753b0b19dcccfd6ccc3ba79048a7e4709 (patch) | |
tree | 9b928d36dde3024500a068fc1589898956dfd892 /sw/source/ui/shells/drawdlg.cxx | |
parent | 24c7be0f6c303520d72b6604603fa9c8b3c5f229 (diff) |
INTEGRATION: CWS residcleanup (1.11.240); FILE MERGED
2007/03/04 17:03:07 pl 1.11.240.1: #i73635# ResId cleanup
Diffstat (limited to 'sw/source/ui/shells/drawdlg.cxx')
-rw-r--r-- | sw/source/ui/shells/drawdlg.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/ui/shells/drawdlg.cxx b/sw/source/ui/shells/drawdlg.cxx index e3f8b718c415..97b529ea643a 100644 --- a/sw/source/ui/shells/drawdlg.cxx +++ b/sw/source/ui/shells/drawdlg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: drawdlg.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: obo $ $Date: 2006-09-16 23:13:21 $ + * last change: $Author: rt $ $Date: 2007-04-26 09:15:25 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -101,7 +101,7 @@ void SwDrawShell::ExecDrawDlg(SfxRequest& rReq) SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create(); if ( pFact ) { - SfxAbstractTabDialog *pDlg = pFact->CreateTextTabDialog( NULL, &aNewAttr, ResId( RID_SVXDLG_TEXT ), pView ); + SfxAbstractTabDialog *pDlg = pFact->CreateTextTabDialog( NULL, &aNewAttr, RID_SVXDLG_TEXT, pView ); USHORT nResult = pDlg->Execute(); if (nResult == RET_OK) @@ -131,7 +131,7 @@ void SwDrawShell::ExecDrawDlg(SfxRequest& rReq) AbstractSvxAreaTabDialog * pDlg = pFact->CreateSvxAreaTabDialog( NULL, &aNewAttr, pDoc, - ResId(RID_SVXDLG_AREA), + RID_SVXDLG_AREA, pView); DBG_ASSERT(pDlg, "Dialogdiet fail!");//CHINA001 const SvxColorTableItem* pColorItem = (const SvxColorTableItem*) @@ -176,7 +176,7 @@ void SwDrawShell::ExecDrawDlg(SfxRequest& rReq) SfxAbstractTabDialog * pDlg = pFact->CreateSvxLineTabDialog( NULL, &aNewAttr, pDoc, - ResId(RID_SVXDLG_LINE), + RID_SVXDLG_LINE, pObj, bHasMarked); DBG_ASSERT(pDlg, "Dialogdiet fail!");//CHINA001 |