summaryrefslogtreecommitdiff
path: root/sw/source/ui/index
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-26 08:12:00 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-26 08:12:00 +0000
commit26622bbc9384184da9c5497dde3e8d46c73b8fba (patch)
tree64c411273e3d5c52101a5cf598e807b0d3129e40 /sw/source/ui/index
parent2c699d8f962da90bbfec5c3caec8dfb373165dd0 (diff)
INTEGRATION: CWS residcleanup (1.34.240); FILE MERGED
2007/03/04 17:03:04 pl 1.34.240.1: #i73635# ResId cleanup
Diffstat (limited to 'sw/source/ui/index')
-rw-r--r--sw/source/ui/index/idxmrk.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/index/idxmrk.cxx b/sw/source/ui/index/idxmrk.cxx
index de61b1f6029b..5dc85a4a0227 100644
--- a/sw/source/ui/index/idxmrk.cxx
+++ b/sw/source/ui/index/idxmrk.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: idxmrk.cxx,v $
*
- * $Revision: 1.34 $
+ * $Revision: 1.35 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 23:04:06 $
+ * last change: $Author: rt $ $Date: 2007-04-26 09:12:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -160,7 +160,7 @@ SwInsertIdxMarkWrapper::SwInsertIdxMarkWrapper( Window *pParentWindow,
//CHINA001 pWindow = new SwIndexMarkFloatDlg(pBindings, this, pParentWindow, pInfo );
SwAbstractDialogFactory* pFact = SwAbstractDialogFactory::Create();//CHINA001
DBG_ASSERT(pFact, "SwAbstractDialogFactory fail!");//CHINA001
- pAbstDlg = pFact->CreateIndexMarkFloatDlg( ResId( DLG_INSIDXMARK ), pBindings, this, pParentWindow, pInfo );
+ pAbstDlg = pFact->CreateIndexMarkFloatDlg( DLG_INSIDXMARK, pBindings, this, pParentWindow, pInfo );
DBG_ASSERT(pAbstDlg, "Dialogdiet fail!");//CHINA001
pWindow = pAbstDlg->GetWindow(); //CHINA001
pWindow->Show(); // at this point,because before pSh has to be initialized in ReInitDlg()
@@ -198,7 +198,7 @@ SwInsertAuthMarkWrapper::SwInsertAuthMarkWrapper( Window *pParentWindow,
//CHINA001 pWindow = new SwAuthMarkFloatDlg(pBindings, this, pParentWindow, pInfo );
SwAbstractDialogFactory* pFact = SwAbstractDialogFactory::Create();//CHINA001
DBG_ASSERT(pFact, "SwAbstractDialogFactory fail!");//CHINA001
- pAbstDlg = pFact->CreateAuthMarkFloatDlg( ResId( DLG_INSAUTHMARK ), pBindings, this, pParentWindow, pInfo );
+ pAbstDlg = pFact->CreateAuthMarkFloatDlg( DLG_INSAUTHMARK, pBindings, this, pParentWindow, pInfo );
DBG_ASSERT(pAbstDlg, "Dialogdiet fail!");//CHINA001
pWindow = pAbstDlg->GetWindow(); //CHINA001