summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/gridwin2.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-26 08:57:06 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-26 08:57:06 +0000
commit3e97b771b44bb960730b3280230b879e462ea28f (patch)
tree0f1efd4e3bf3b5a5d18d1c1b91ce7d06dc5222e0 /sc/source/ui/view/gridwin2.cxx
parent42be1ddc3adc1a335209a7bd7280d14e40581037 (diff)
INTEGRATION: CWS residcleanup (1.12.90); FILE MERGED
2007/03/20 17:54:30 pl 1.12.90.2: RESYNC: (1.12-1.13); FILE MERGED 2007/02/28 22:46:37 pl 1.12.90.1: #i74635# no more ResMgr fallback
Diffstat (limited to 'sc/source/ui/view/gridwin2.cxx')
-rw-r--r--sc/source/ui/view/gridwin2.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/view/gridwin2.cxx b/sc/source/ui/view/gridwin2.cxx
index 4763cf9e1c88..de3e02e366ae 100644
--- a/sc/source/ui/view/gridwin2.cxx
+++ b/sc/source/ui/view/gridwin2.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: gridwin2.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: vg $ $Date: 2007-02-27 13:51:53 $
+ * last change: $Author: rt $ $Date: 2007-04-26 09:57:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -134,7 +134,7 @@ void ScGridWindow::DoPushButton( SCCOL nCol, SCROW nRow, const MouseEvent& rMEvt
AbstractScPivotFilterDlg* pDlg = pFact->CreateScPivotFilterDlg( pViewData->GetViewShell()->GetDialogParent(),
aArgSet, nSrcTab,
- ResId(RID_SCDLG_PIVOTFILTER));
+ RID_SCDLG_PIVOTFILTER);
DBG_ASSERT(pDlg, "Dialog create fail!");//CHINA001
if ( pDlg->Execute() == RET_OK )
{
@@ -230,7 +230,7 @@ void ScGridWindow::DoPushButton( SCCOL nCol, SCROW nRow, const MouseEvent& rMEvt
AbstractScPivotFilterDlg* pDlg = pFact->CreateScPivotFilterDlg( pViewData->GetViewShell()->GetDialogParent(),
aArgSet, nSrcTab,
- ResId(RID_SCDLG_PIVOTFILTER));
+ RID_SCDLG_PIVOTFILTER);
DBG_ASSERT(pDlg, "Dialog create fail!");//CHINA001
if ( pDlg->Execute() == RET_OK )
{