From b944f60b5ceb21a8770eced05cde664ce1695463 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 19 Jun 2006 11:15:32 +0000 Subject: INTEGRATION: CWS warnings01 (1.15.4); FILE MERGED 2005/11/11 15:50:40 pl 1.15.4.1: #i55991# removed warnings --- padmin/source/fontentry.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'padmin') diff --git a/padmin/source/fontentry.cxx b/padmin/source/fontentry.cxx index 286a4eea3f5e..d8d3e16fdeb6 100644 --- a/padmin/source/fontentry.cxx +++ b/padmin/source/fontentry.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fontentry.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: kz $ $Date: 2005-10-05 15:02:44 $ + * last change: $Author: hr $ $Date: 2006-06-19 12:15:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -573,13 +573,13 @@ bool FontImportDialog::isCanceled() return m_pProgress->isCanceled(); } -IMPL_LINK( FontImportDialog, ModifyHdl, Edit*,pEdit ) +IMPL_LINK( FontImportDialog, ModifyHdl, Edit*, EMPTYARG ) { m_aRefreshTimer.Start(); return 0; } -IMPL_LINK( FontImportDialog, RefreshTimeoutHdl, void*, pDummy ) +IMPL_LINK( FontImportDialog, RefreshTimeoutHdl, void*, EMPTYARG ) { rtl_TextEncoding aEncoding = osl_getThreadTextEncoding(); std::list< String > aFiles; @@ -666,7 +666,7 @@ IMPL_LINK( FontImportDialog, ClickBtnHdl, Button*, pButton ) if( pButton == &m_aFromBtn ) { String aPath( m_aFromDirEdt.GetText() ); - if( chooseDirectory( this, aPath ) ) + if( chooseDirectory( aPath ) ) { m_aFromDirEdt.SetText( aPath ); RefreshTimeoutHdl( NULL ); -- cgit v1.2.3