summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/tblafmt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/doc/tblafmt.cxx')
-rw-r--r--sw/source/core/doc/tblafmt.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/doc/tblafmt.cxx b/sw/source/core/doc/tblafmt.cxx
index eaf76687fcb3..cfb57994d4a8 100644
--- a/sw/source/core/doc/tblafmt.cxx
+++ b/sw/source/core/doc/tblafmt.cxx
@@ -741,7 +741,7 @@ void SwTableAutoFmt::UpdateFromSet( sal_uInt8 nPos,
else
{
// default
- pFmt->SetValueFormat( aEmptyStr, LANGUAGE_SYSTEM,
+ pFmt->SetValueFormat( aEmptyOUStr, LANGUAGE_SYSTEM,
::GetAppLanguage() );
}
}
@@ -1171,7 +1171,7 @@ sal_Bool SwTableAutoFmtTbl::Load( SvStream& rStream )
for( sal_uInt16 i = 0; i < nAnz; ++i )
{
- pNew = new SwTableAutoFmt( aEmptyStr );
+ pNew = new SwTableAutoFmt( aEmptyOUStr );
bRet = pNew->Load( rStream, aVersions );
if( bRet )
{