diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 11:15:32 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 11:15:32 +0000 |
commit | b944f60b5ceb21a8770eced05cde664ce1695463 (patch) | |
tree | 2c6986b17923b545c76f1a84a166b78467d467e3 /padmin | |
parent | 7d46b07dc243c824d5fd1c3de4237f93aa598c21 (diff) |
INTEGRATION: CWS warnings01 (1.15.4); FILE MERGED
2005/11/11 15:50:40 pl 1.15.4.1: #i55991# removed warnings
Diffstat (limited to 'padmin')
-rw-r--r-- | padmin/source/fontentry.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
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 ); |