summaryrefslogtreecommitdiff
path: root/sw/source/ui/wrtsh/wrtsh2.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-26 08:24:40 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-26 08:24:40 +0000
commit345e32b19d9791cdce45b0a6a9a73cd146b09c70 (patch)
tree59d70580b8ea91c4f60ede94e67d39f33b5f68e7 /sw/source/ui/wrtsh/wrtsh2.cxx
parent9a1ef2c02d774d6da1267e0e115fcb22451639f2 (diff)
INTEGRATION: CWS residcleanup (1.26.240); FILE MERGED
2007/03/04 17:03:13 pl 1.26.240.1: #i73635# ResId cleanup
Diffstat (limited to 'sw/source/ui/wrtsh/wrtsh2.cxx')
-rw-r--r--sw/source/ui/wrtsh/wrtsh2.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/wrtsh/wrtsh2.cxx b/sw/source/ui/wrtsh/wrtsh2.cxx
index 14999933ed3a..8b13c88d6831 100644
--- a/sw/source/ui/wrtsh/wrtsh2.cxx
+++ b/sw/source/ui/wrtsh/wrtsh2.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: wrtsh2.cxx,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 23:40:10 $
+ * last change: $Author: rt $ $Date: 2007-04-26 09:24:40 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -244,7 +244,7 @@ BOOL SwWrtShell::StartInputFldDlg( SwField* pFld, BOOL bNextButton,
//CHINA001 SwFldInputDlg* pDlg = new SwFldInputDlg( NULL, *this, pFld, bNextButton );
SwAbstractDialogFactory* pFact = SwAbstractDialogFactory::Create();
DBG_ASSERT(pFact, "Dialogdiet fail!");//CHINA001
- AbstractFldInputDlg* pDlg = pFact->CreateFldInputDlg( ResId(DLG_FLD_INPUT),
+ AbstractFldInputDlg* pDlg = pFact->CreateFldInputDlg( DLG_FLD_INPUT,
pParentWin, *this, pFld, bNextButton);
DBG_ASSERT(pDlg, "Dialogdiet fail!");//CHINA001
if(pWindowState && pWindowState->Len())
@@ -266,7 +266,7 @@ BOOL SwWrtShell::StartDropDownFldDlg(SwField* pFld, BOOL bNextButton, ByteString
SwAbstractDialogFactory* pFact = SwAbstractDialogFactory::Create();//CHINA001
DBG_ASSERT(pFact, "SwAbstractDialogFactory fail!");//CHINA001
- AbstractDropDownFieldDialog* pDlg = pFact->CreateDropDownFieldDialog( NULL, *this, pFld,ResId( DLG_FLD_DROPDOWN ),bNextButton );
+ AbstractDropDownFieldDialog* pDlg = pFact->CreateDropDownFieldDialog( NULL, *this, pFld, DLG_FLD_DROPDOWN,bNextButton );
DBG_ASSERT(pDlg, "Dialogdiet fail!");//CHINA001
if(pWindowState && pWindowState->Len())
pDlg->SetWindowState(*pWindowState);