INTEGRATION: CWS warnings01 (1.17.4); FILE MERGED

2006/05/23 16:19:16 sb 1.17.4.3: RESYNC: (1.18-1.19); FILE MERGED
2006/01/25 17:42:08 sb 1.17.4.2: RESYNC: (1.17-1.18); FILE MERGED
2005/11/11 15:50:41 pl 1.17.4.1: #i55991# removed warnings
This commit is contained in:
Jens-Heiner Rechtien 2006-06-19 11:16:31 +00:00
parent f4918d15af
commit 5bd32ccd62

View file

@ -4,9 +4,9 @@
*
* $RCSfile: padialog.cxx,v $
*
* $Revision: 1.19 $
* $Revision: 1.20 $
*
* last change: $Author: rt $ $Date: 2006-05-05 09:04:56 $
* last change: $Author: hr $ $Date: 2006-06-19 12:16:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -114,7 +114,7 @@ PADialog* PADialog::Create( Window* pParent, BOOL bAdmin )
return new PADialog( pParent, bAdmin );
}
PADialog::PADialog( Window* pParent, BOOL bAdmin ) :
PADialog::PADialog( Window* pParent, BOOL /*bAdmin*/ ) :
ModalDialog( pParent, PaResId( RID_PADIALOG ) ),
m_aDevicesLB( this, PaResId( RID_PA_LB_DEV ) ),
m_aConfPB( this, PaResId( RID_PA_BTN_CONF ) ),
@ -276,7 +276,7 @@ IMPL_LINK( PADialog, SelectHdl, ListBox*, pListBox )
return 0;
}
IMPL_LINK( PADialog, EndPrintHdl, void*, pNil )
IMPL_LINK( PADialog, EndPrintHdl, void*, EMPTYARG )
{
String aInfoString( PaResId( RID_PA_TXT_TESTPAGE_PRINTED ) );
InfoBox aInfoBox( this, aInfoString );