summaryrefslogtreecommitdiff
path: root/cui/source/inc
diff options
context:
space:
mode:
authorSerge Krot <Serge.Krot@cib.de>2017-11-14 15:29:47 +0100
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2017-11-14 22:09:58 +0100
commit27e4a3c4e364d1858eb3e77348ee78c6c6d33cf1 (patch)
treebfc5e160186cc84c4e0f4a194f3ea72e223a55d7 /cui/source/inc
parent12d75e5fa387767776c35945303fcd969f5cbbde (diff)
related tdf#113807: Clean up Links dialog: remove useless hidden button
Change-Id: I0e8f9d7b538dd094d53cda69517e94fbafd0d752 Reviewed-on: https://gerrit.libreoffice.org/44725 Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'cui/source/inc')
-rw-r--r--cui/source/inc/linkdlg.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/inc/linkdlg.hxx b/cui/source/inc/linkdlg.hxx
index 9d274b431951..15fcb6f7a8d9 100644
--- a/cui/source/inc/linkdlg.hxx
+++ b/cui/source/inc/linkdlg.hxx
@@ -52,7 +52,6 @@ class SvBaseLinksDlg : public ModalDialog
VclPtr<RadioButton> m_pRbAutomatic;
VclPtr<RadioButton> m_pRbManual;
VclPtr<PushButton> m_pPbUpdateNow;
- VclPtr<PushButton> m_pPbOpenSource;
VclPtr<PushButton> m_pPbChangeSource;
VclPtr<PushButton> m_pPbBreakLink;
OUString aStrAutolink;