diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-02-27 12:36:59 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-02-27 12:36:59 +0000 |
commit | ddf41566d94b36dfc867b71651f2104cd9731f59 (patch) | |
tree | 6a8b096b800bda85260e3c637e76c8df45c0badc /sc/source/ui/pagedlg | |
parent | 58fa09b37900067ce4c374712525fb2ccb613d1f (diff) |
INTEGRATION: CWS calcwarnings (1.5.110); FILE MERGED
2006/12/12 17:03:21 nn 1.5.110.2: #i69284# warning-free: ui, unxlngi6
2006/12/01 08:53:38 nn 1.5.110.1: #i69284# warning-free: ui, wntmsci10
Diffstat (limited to 'sc/source/ui/pagedlg')
-rw-r--r-- | sc/source/ui/pagedlg/hfedtdlg.cxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sc/source/ui/pagedlg/hfedtdlg.cxx b/sc/source/ui/pagedlg/hfedtdlg.cxx index 7d8f95f7dfae..8cf4ef566a1c 100644 --- a/sc/source/ui/pagedlg/hfedtdlg.cxx +++ b/sc/source/ui/pagedlg/hfedtdlg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: hfedtdlg.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: kz $ $Date: 2006-07-21 14:19:54 $ + * last change: $Author: vg $ $Date: 2007-02-27 13:36:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -69,12 +69,12 @@ //================================================================== -ScHFEditDlg::ScHFEditDlg( SfxViewFrame* pFrame, +ScHFEditDlg::ScHFEditDlg( SfxViewFrame* pFrameP, Window* pParent, const SfxItemSet& rCoreSet, const String& rPageStyle, - USHORT nResId ) - : SfxTabDialog( pFrame, pParent, ScResId( nResId ), &rCoreSet ) + USHORT nResIdP ) + : SfxTabDialog( pFrameP, pParent, ScResId( nResIdP ), &rCoreSet ) { eNumType = ((const SvxPageItem&)rCoreSet.Get(ATTR_PAGE)).GetNumType(); @@ -87,7 +87,7 @@ ScHFEditDlg::ScHFEditDlg( SfxViewFrame* pFrame, aTmp += ')'; SetText( aTmp ); - switch ( nResId ) + switch ( nResIdP ) { case RID_SCDLG_HFED_HEADER: case RID_SCDLG_HFEDIT_HEADER: @@ -182,7 +182,7 @@ __EXPORT ScHFEditDlg::~ScHFEditDlg() // ----------------------------------------------------------------------- -void __EXPORT ScHFEditDlg::PageCreated( USHORT nId, SfxTabPage& rPage ) +void __EXPORT ScHFEditDlg::PageCreated( USHORT /* nId */, SfxTabPage& rPage ) { // kann ja nur ne ScHFEditPage sein... |