summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs/redcom.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-26 08:54:02 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-26 08:54:02 +0000
commitcbf36bbb4b385d334d7602087fabf5ab809323eb (patch)
treeb0620a04b7989fd755190bb571c4a6af0a0f6c61 /sc/source/ui/miscdlgs/redcom.cxx
parent9dd344d2ee81e47215d19a1accbf6087471b9325 (diff)
INTEGRATION: CWS residcleanup (1.8.180); FILE MERGED
2007/03/20 17:40:10 pl 1.8.180.2: RESYNC: (1.8-1.9); FILE MERGED 2007/02/28 22:46:35 pl 1.8.180.1: #i74635# no more ResMgr fallback
Diffstat (limited to 'sc/source/ui/miscdlgs/redcom.cxx')
-rw-r--r--sc/source/ui/miscdlgs/redcom.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/miscdlgs/redcom.cxx b/sc/source/ui/miscdlgs/redcom.cxx
index 911af46de512..26402cfb142f 100644
--- a/sc/source/ui/miscdlgs/redcom.cxx
+++ b/sc/source/ui/miscdlgs/redcom.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: redcom.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: vg $ $Date: 2007-02-27 13:33:07 $
+ * last change: $Author: rt $ $Date: 2007-04-26 09:54:02 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -60,7 +60,7 @@ ScRedComDialog::ScRedComDialog( Window* pParent, const SfxItemSet& rCoreSet,
SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create();
if(pFact)
{
- pDlg = pFact->CreateSvxPostItDialog( pParent, rCoreSet, ResId(RID_SVXDLG_POSTIT), bPrevNext, TRUE );
+ pDlg = pFact->CreateSvxPostItDialog( pParent, rCoreSet, RID_SVXDLG_POSTIT, bPrevNext, TRUE );
DBG_ASSERT(pDlg, "Dialogdiet fail!");//CHINA001
pDocShell=pShell;
pDlg->DontChangeAuthor();