summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-08-31 14:07:42 +0100
committerAndras Timar <andras.timar@collabora.com>2016-09-01 12:13:47 +0200
commita26115e31cfb2e86ca246a5ae7df3257b0ba724a (patch)
tree0f6ec03dee9e8caa5904fafd4e950be681d57c5f
parentffd965086256f4370edc610c809998e82460ec40 (diff)
Resolves: tdf#100094 hyperlink tabpage put hyperlink name in wrong field
mismerge of commit 74593273655e475017bb2bd45aba3c6b132e372d Date: Thu Jan 9 12:59:28 2014 +0000 Resolves: #i123988# assure that hyperlink attribute... Change-Id: I45391b112666a07a0edfa49b2a8682c446a92cf4 (cherry picked from commit 98294d715c72751d9dd47fd1995865e04b2bdf5a) Reviewed-on: https://gerrit.libreoffice.org/28549 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com> (cherry picked from commit a7b4f0efb90417922bfed3fc257ea7d02500c444)
-rw-r--r--sw/source/ui/chrdlg/chardlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/chrdlg/chardlg.cxx b/sw/source/ui/chrdlg/chardlg.cxx
index fa8a26a92a0c..af609db6a5aa 100644
--- a/sw/source/ui/chrdlg/chardlg.cxx
+++ b/sw/source/ui/chrdlg/chardlg.cxx
@@ -213,7 +213,7 @@ void SwCharURLPage::Reset(const SfxItemSet* rSet)
m_pURLED->SetText(INetURLObject::decode(pINetFormat->GetValue(),
INetURLObject::DECODE_UNAMBIGUOUS));
m_pURLED->SaveValue();
- m_pURLED->SetText(pINetFormat->GetName());
+ m_pNameED->SetText(pINetFormat->GetName());
OUString sEntry = pINetFormat->GetVisitedFormat();
if (sEntry.isEmpty())