summaryrefslogtreecommitdiff
path: root/cui/source/inc/hlinettp.hxx
diff options
context:
space:
mode:
authorJakub Trzebiatowski <ubap.dev@gmail.com>2016-03-29 15:46:18 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-03-31 12:47:30 +0000
commitbb2fdee74fddd42914d0fa7d7b3820d0bd33237a (patch)
tree99ebcf55617ebe7c2284e406b6e9356a1a754ce5 /cui/source/inc/hlinettp.hxx
parentc8fd5210b638fca6b20f4884f00f314eeca67b56 (diff)
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 <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'cui/source/inc/hlinettp.hxx')
-rw-r--r--cui/source/inc/hlinettp.hxx2
1 files changed, 0 insertions, 2 deletions
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<RadioButton > m_pRbtLinktypInternet;
VclPtr<RadioButton> m_pRbtLinktypFTP;
VclPtr<SvxHyperURLBox> m_pCbbTarget;
- VclPtr<PushButton> m_pBtBrowse;
VclPtr<FixedText> m_pFtLogin;
VclPtr<Edit> m_pEdLogin;
VclPtr<FixedText> 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