diff options
Diffstat (limited to 'include/svtools/PlaceEditDialog.hxx')
-rw-r--r-- | include/svtools/PlaceEditDialog.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/PlaceEditDialog.hxx b/include/svtools/PlaceEditDialog.hxx index 992c5e8afb45..6acbf7872378 100644 --- a/include/svtools/PlaceEditDialog.hxx +++ b/include/svtools/PlaceEditDialog.hxx @@ -73,6 +73,7 @@ public : OUString GetServerUrl(); OUString GetPassword() { return m_pEDPassword->GetText(); }; OUString GetUser() { return m_pEDUsername->GetText(); }; + bool IsRememberChecked() { return m_pCBPassword->IsChecked(); } void ShowPasswordControl( bool bShow = true ) { m_bShowPassword = bShow; } @@ -88,7 +89,6 @@ private: DECL_LINK ( SelectTypeHdl, void * ); DECL_LINK ( EditLabelHdl, void * ); DECL_LINK ( EditUsernameHdl, void * ); - DECL_LINK ( ToggledPassHdl, CheckBox * ); }; |