summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/formatsh.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-26 08:56:52 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-26 08:56:52 +0000
commit42be1ddc3adc1a335209a7bd7280d14e40581037 (patch)
tree66173dcf51951a1c8f6b8945689c8ac36976b7fd /sc/source/ui/view/formatsh.cxx
parent267eb5db370ee1413b9e2cbf26e6521a27bb2bdd (diff)
INTEGRATION: CWS residcleanup (1.32.180); FILE MERGED
2007/03/20 17:54:07 pl 1.32.180.2: RESYNC: (1.32-1.33); FILE MERGED 2007/02/28 22:46:37 pl 1.32.180.1: #i74635# no more ResMgr fallback
Diffstat (limited to 'sc/source/ui/view/formatsh.cxx')
-rw-r--r--sc/source/ui/view/formatsh.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/view/formatsh.cxx b/sc/source/ui/view/formatsh.cxx
index fc15ff7e4952..83b21d7918d8 100644
--- a/sc/source/ui/view/formatsh.cxx
+++ b/sc/source/ui/view/formatsh.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: formatsh.cxx,v $
*
- * $Revision: 1.33 $
+ * $Revision: 1.34 $
*
- * last change: $Author: vg $ $Date: 2007-02-27 13:51:17 $
+ * last change: $Author: rt $ $Date: 2007-04-26 09:56:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -809,7 +809,7 @@ void __EXPORT ScFormatShell::ExecuteStyle( SfxRequest& rReq )
ScAbstractDialogFactory* pFact = ScAbstractDialogFactory::Create();
DBG_ASSERT(pFact, "ScAbstractFactory create fail!");//CHINA001
- pDlg = pFact->CreateScStyleDlg( pParent, *pStyleSheet, nRsc,ResId(nRsc) );
+ pDlg = pFact->CreateScStyleDlg( pParent, *pStyleSheet, nRsc, nRsc );
DBG_ASSERT(pDlg, "Dialog create fail!");//CHINA001
short nResult = pDlg->Execute();
pTabViewShell->SetInFormatDialog(FALSE);