From 47d0dedc68ae532bf2e2797d16b84a9c68637ffb Mon Sep 17 00:00:00 2001 From: "Thomas Lange [tl]" Date: Mon, 8 Mar 2010 10:25:28 +0100 Subject: cws tl78: warning free code --- cui/source/dialogs/passwdomdlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui') diff --git a/cui/source/dialogs/passwdomdlg.cxx b/cui/source/dialogs/passwdomdlg.cxx index b43d077bde3f..b290decf664b 100755 --- a/cui/source/dialogs/passwdomdlg.cxx +++ b/cui/source/dialogs/passwdomdlg.cxx @@ -192,7 +192,7 @@ PasswordToOpenModifyDialog_Impl::~PasswordToOpenModifyDialog_Impl() } -IMPL_LINK( PasswordToOpenModifyDialog_Impl, ModifyHdl, Edit *, pEdit ) +IMPL_LINK( PasswordToOpenModifyDialog_Impl, ModifyHdl, Edit *, EMPTYARG /*pEdit*/ ) { // force repaints to get the m_aDefaultTxt displayed again if (m_aReenterPasswdToOpenED.GetText().Len() == 0) -- cgit v1.2.3