summaryrefslogtreecommitdiff
path: root/uui/source/authfallbackdlg.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-19 17:52:03 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-19 17:52:03 +0200
commitf2937f2a6f0355005875e1e6409a09b28193b448 (patch)
treefea6f0f0a610d40bb8b89b897df4c3bce73b021e /uui/source/authfallbackdlg.cxx
parentca49ea419c5943bd830abd736c4acb239cc1f4bc (diff)
loplugin:defaultparams
Change-Id: I60a8925c8f349e12415bda3fa7e5f2d5103234a1
Diffstat (limited to 'uui/source/authfallbackdlg.cxx')
-rw-r--r--uui/source/authfallbackdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/authfallbackdlg.cxx b/uui/source/authfallbackdlg.cxx
index 3acbc2ffcbe3..70ed1e7396d9 100644
--- a/uui/source/authfallbackdlg.cxx
+++ b/uui/source/authfallbackdlg.cxx
@@ -26,7 +26,7 @@ AuthFallbackDlg::AuthFallbackDlg(Window* pParent, const OUString& instructions,
m_pBTOk->SetClickHdl( LINK( this, AuthFallbackDlg, OKHdl) );
m_pBTCancel->SetClickHdl( LINK( this, AuthFallbackDlg, CancelHdl) );
- m_pBTOk->Enable( true );
+ m_pBTOk->Enable();
m_pTVInstructions->SetText( instructions );
m_pEDUrl->SetText( url );