diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 11:16:31 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 11:16:31 +0000 |
commit | 5bd32ccd62cbcf892f3378b6e83e78d3553faa17 (patch) | |
tree | be6447b12f1aa5b8a1ca67fc0365a95e4fadbf94 /padmin/source | |
parent | f4918d15af61fcf78bccbdb6a7471d9920ddcced (diff) |
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
Diffstat (limited to 'padmin/source')
-rw-r--r-- | padmin/source/padialog.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/padmin/source/padialog.cxx b/padmin/source/padialog.cxx index 84aa6f252025..8e3d96ba272a 100644 --- a/padmin/source/padialog.cxx +++ b/padmin/source/padialog.cxx @@ -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 ); |