summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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())