summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/fldref.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/fldui/fldref.cxx')
-rw-r--r--sw/source/ui/fldui/fldref.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/fldui/fldref.cxx b/sw/source/ui/fldui/fldref.cxx
index 5b5ea20e4e25..7777b975606f 100644
--- a/sw/source/ui/fldui/fldref.cxx
+++ b/sw/source/ui/fldui/fldref.cxx
@@ -359,8 +359,8 @@ IMPL_LINK_NOARG(SwFldRefPage, TypeHdl)
if ( ( !IsFldEdit() || m_pSelectionLB->GetEntryCount() ) &&
nOld != LISTBOX_ENTRY_NOTFOUND )
{
- m_pNameED->SetText(aEmptyStr);
- m_pValueED->SetText(aEmptyStr);
+ m_pNameED->SetText(aEmptyOUStr);
+ m_pValueED->SetText(aEmptyOUStr);
}
switch (nTypeId)