diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 08:51:04 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 08:51:04 +0000 |
commit | e297aacca3ab88e86f7861500c8dad3307571614 (patch) | |
tree | 8eac0645570cfc0aa23b47fb92ba20c54446bf3b | |
parent | 532f84970b796b9670403cc2019cc08b4a5ce009 (diff) |
INTEGRATION: CWS residcleanup (1.23.180); FILE MERGED
2007/03/20 17:18:01 pl 1.23.180.2: RESYNC: (1.23-1.24); FILE MERGED
2007/02/28 22:46:32 pl 1.23.180.1: #i74635# no more ResMgr fallback
-rw-r--r-- | sc/source/ui/dbgui/pvlaydlg.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/dbgui/pvlaydlg.cxx b/sc/source/ui/dbgui/pvlaydlg.cxx index f090c8308862..fa72757b9392 100644 --- a/sc/source/ui/dbgui/pvlaydlg.cxx +++ b/sc/source/ui/dbgui/pvlaydlg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: pvlaydlg.cxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: vg $ $Date: 2007-02-27 13:04:26 $ + * last change: $Author: rt $ $Date: 2007-04-26 09:51:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -979,7 +979,7 @@ void ScDPLayoutDlg::NotifyDoubleClick( ScDPFieldType eType, size_t nFieldIndex ) ((aDataFieldNames.size() > 1) || ((nFieldIndex + 1 < pArr->size()) && (*pArr)[nFieldIndex+1].get())); AbstractScDPSubtotalDlg* pDlg = pFact->CreateScDPSubtotalDlg( - this, ScResId( RID_SCDLG_PIVOTSUBT ), + this, RID_SCDLG_PIVOTSUBT, *xDlgDPObject, *pData, *(*pArr)[nFieldIndex], aDataFieldNames, bLayout ); if ( pDlg->Execute() == RET_OK ) @@ -994,7 +994,7 @@ void ScDPLayoutDlg::NotifyDoubleClick( ScDPFieldType eType, size_t nFieldIndex ) case TYPE_DATA: { AbstractScDPFunctionDlg* pDlg = pFact->CreateScDPFunctionDlg( - this, ScResId( RID_SCDLG_DPDATAFIELD ), + this, RID_SCDLG_DPDATAFIELD, aLabelDataArr, *pData, *(*pArr)[nFieldIndex] ); if ( pDlg->Execute() == RET_OK ) |