[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - sw/source

Caolán McNamara caolanm at redhat.com
Thu Sep 1 10:01:32 UTC 2016


 sw/source/ui/chrdlg/chardlg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a7b4f0efb90417922bfed3fc257ea7d02500c444
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Aug 31 14:07:42 2016 +0100

    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 at libreoffice.org>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/sw/source/ui/chrdlg/chardlg.cxx b/sw/source/ui/chrdlg/chardlg.cxx
index fa8a26a..af609db 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())


More information about the Libreoffice-commits mailing list