summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/fldmgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/fldui/fldmgr.cxx')
-rw-r--r--sw/source/ui/fldui/fldmgr.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/fldui/fldmgr.cxx b/sw/source/ui/fldui/fldmgr.cxx
index 54efc4d5176a..72615a1989ae 100644
--- a/sw/source/ui/fldui/fldmgr.cxx
+++ b/sw/source/ui/fldui/fldmgr.cxx
@@ -853,8 +853,8 @@ sal_Bool SwFldMgr::InsertFld(
pType,
rData.sPar1, // author
rData.sPar2, // content
- aEmptyOUStr, // author's initials
- aEmptyOUStr, // name
+ OUString(), // author's initials
+ OUString(), // name
DateTime(DateTime::SYSTEM) );
pFld = pPostItField;
}
@@ -1238,7 +1238,7 @@ sal_Bool SwFldMgr::InsertFld(
if(pTyp)
{
SwSetExpField* pExpFld =
- new SwSetExpField(pTyp, aEmptyOUStr, nFormatId);
+ new SwSetExpField(pTyp, OUString(), nFormatId);
// Don't change type of SwSetExpFieldType:
sal_uInt16 nOldSubType = pExpFld->GetSubType();