diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 08:18:48 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 08:18:48 +0000 |
commit | a99705fc037c67c3475605a0a5a7596eb8b6b6a0 (patch) | |
tree | 51f4f7d577b97ae782ce5335ddf9f38668d70d61 /sw/source/ui/shells/txtattr.cxx | |
parent | 6c10b9918631515384190939e41a5b21b0bb68f0 (diff) |
INTEGRATION: CWS residcleanup (1.20.240); FILE MERGED
2007/03/04 17:03:09 pl 1.20.240.1: #i73635# ResId cleanup
Diffstat (limited to 'sw/source/ui/shells/txtattr.cxx')
-rw-r--r-- | sw/source/ui/shells/txtattr.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/shells/txtattr.cxx b/sw/source/ui/shells/txtattr.cxx index 88e43de22e5a..028e2f9a02cb 100644 --- a/sw/source/ui/shells/txtattr.cxx +++ b/sw/source/ui/shells/txtattr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: txtattr.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: obo $ $Date: 2006-09-16 23:18:30 $ + * last change: $Author: rt $ $Date: 2007-04-26 09:18:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -600,7 +600,7 @@ void SwTextShell::ExecParaAttrArgs(SfxRequest &rReq) SwAbstractDialogFactory* pFact = SwAbstractDialogFactory::Create();//CHINA001 DBG_ASSERT(pFact, "SwAbstractDialogFactory fail!");//CHINA001 - AbstractSfxSingleTabDialog* pDlg = pFact->CreateSfxSingleTabDialog( GetView().GetWindow(), aSet,ResId( DLG_SWDROPCAPS )); + AbstractSfxSingleTabDialog* pDlg = pFact->CreateSfxSingleTabDialog( GetView().GetWindow(), aSet, DLG_SWDROPCAPS ); DBG_ASSERT(pDlg, "Dialogdiet fail!");//CHINA001 if (pDlg->Execute() == RET_OK) { |