diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 11:15:06 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 11:15:06 +0000 |
commit | 9acc29ebd051fac90a3452d847d6e387fd02b430 (patch) | |
tree | 698bed6933b85bf3792970355cce30db13f11a6b /padmin | |
parent | d6f996d371973aa10e2c86cd2338b55e83b9fba9 (diff) |
INTEGRATION: CWS warnings01 (1.17.10); FILE MERGED
2006/04/07 17:36:23 sb 1.17.10.3: RESYNC: (1.18-1.19); FILE MERGED
2006/01/25 17:41:36 sb 1.17.10.2: RESYNC: (1.17-1.18); FILE MERGED
2005/11/11 15:50:40 pl 1.17.10.1: #i55991# removed warnings
Diffstat (limited to 'padmin')
-rw-r--r-- | padmin/source/adddlg.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/padmin/source/adddlg.cxx b/padmin/source/adddlg.cxx index 563016bee74a..b0baeb2251c9 100644 --- a/padmin/source/adddlg.cxx +++ b/padmin/source/adddlg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: adddlg.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: obo $ $Date: 2006-03-22 10:25:49 $ + * last change: $Author: hr $ $Date: 2006-06-19 12:15:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -465,7 +465,7 @@ IMPL_LINK( APCommandPage, ClickBtnHdl, PushButton*, pButton ) else if( pButton == &m_aPdfDirBtn ) { String aPath( m_aPdfDirEdt.GetText() ); - if( chooseDirectory( this, aPath ) ) + if( chooseDirectory( aPath ) ) m_aPdfDirEdt.SetText( aPath ); } return 0; @@ -682,7 +682,7 @@ bool APOldPrinterPage::check() return m_aOldPrinterBox.GetEntryCount() > 0; } -void APOldPrinterPage::fill( PrinterInfo& rInfo ) +void APOldPrinterPage::fill( PrinterInfo& ) { } |