summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww1/fltshell.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww1/fltshell.cxx')
-rw-r--r--sw/source/filter/ww1/fltshell.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww1/fltshell.cxx b/sw/source/filter/ww1/fltshell.cxx
index 287020c7ed30..b4d2e3fdc2a8 100644
--- a/sw/source/filter/ww1/fltshell.cxx
+++ b/sw/source/filter/ww1/fltshell.cxx
@@ -1088,7 +1088,7 @@ SwFltShell& SwFltShell::AddError( const sal_Char* pErr )
pFT = GetDoc().InsertFldType(aS);
}
SwSetExpField aFld( (SwSetExpFieldType*)pFT,
- String::CreateFromAscii( pErr ));
+ rtl::OUString::createFromAscii( pErr ));
//, VVF_INVISIBLE
GetDoc().InsertPoolItem(*pPaM, SwFmtFld(aFld), 0);
return *this;