From bb2fdee74fddd42914d0fa7d7b3820d0bd33237a Mon Sep 17 00:00:00 2001 From: Jakub Trzebiatowski Date: Tue, 29 Mar 2016 15:46:18 +0200 Subject: tdf#98885 - hyperlink dialog - remove useless button removed browse button and its code Change-Id: I0b2a611760d346d5f0fff6d129676410aea30c41 Reviewed-on: https://gerrit.libreoffice.org/23599 Reviewed-by: Samuel Mehrbrodt Tested-by: Samuel Mehrbrodt --- cui/source/inc/hlinettp.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'cui/source/inc/hlinettp.hxx') diff --git a/cui/source/inc/hlinettp.hxx b/cui/source/inc/hlinettp.hxx index f70b8f7d2d74..05e2467fa2d5 100644 --- a/cui/source/inc/hlinettp.hxx +++ b/cui/source/inc/hlinettp.hxx @@ -35,7 +35,6 @@ private: VclPtr m_pRbtLinktypInternet; VclPtr m_pRbtLinktypFTP; VclPtr m_pCbbTarget; - VclPtr m_pBtBrowse; VclPtr m_pFtLogin; VclPtr m_pEdLogin; VclPtr m_pFtPassword; @@ -49,7 +48,6 @@ private: DECL_LINK_TYPED( Click_SmartProtocol_Impl , Button*, void ); ///< Radiobutton clicked: Type HTTP or FTP DECL_LINK_TYPED( ClickAnonymousHdl_Impl , Button*, void ); ///< Checkbox : Anonymous User - DECL_LINK_TYPED( ClickBrowseHdl_Impl , Button*, void ); ///< Button : Browse DECL_LINK_TYPED( ModifiedLoginHdl_Impl , Edit&, void ); ///< Contents of editfield "Login" modified DECL_LINK_TYPED( LostFocusTargetHdl_Impl, Control&, void ); ///< Combobox "Target" lost its focus DECL_LINK_TYPED( ModifiedTargetHdl_Impl , Edit&, void ); ///< Contents of editfield "Target" modified -- cgit