summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docfld.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/doc/docfld.cxx')
-rw-r--r--sw/source/core/doc/docfld.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/docfld.cxx b/sw/source/core/doc/docfld.cxx
index ea1a3f9aeafb..aa10eef1ebad 100644
--- a/sw/source/core/doc/docfld.cxx
+++ b/sw/source/core/doc/docfld.cxx
@@ -176,7 +176,7 @@ void SwDoc::InsDeletedFldType( SwFieldType& rFldTyp )
if( i >= nSize ) // not found
{
- ((String&)rFldNm) = sSrch;
+ ((OUString&)rFldNm) = sSrch;
break; // exit while loop
}
++nNum;