summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/passwdomdlg.cxx
diff options
context:
space:
mode:
authorThomas Lange [tl] <tl@openoffice.org>2010-03-08 10:25:28 +0100
committerThomas Lange [tl] <tl@openoffice.org>2010-03-08 10:25:28 +0100
commit47d0dedc68ae532bf2e2797d16b84a9c68637ffb (patch)
treed55fbdf6e5398d89c736159f49bf1ea20fbc9233 /cui/source/dialogs/passwdomdlg.cxx
parent7cd3ea794099e257d99748908855e61aa9df89eb (diff)
cws tl78: warning free code
Diffstat (limited to 'cui/source/dialogs/passwdomdlg.cxx')
-rwxr-xr-xcui/source/dialogs/passwdomdlg.cxx2
1 files changed, 1 insertions, 1 deletions
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)