summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/core/undo/untbl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/undo/untbl.cxx b/sw/source/core/undo/untbl.cxx
index 8181640e4585..afba0c2b4e08 100644
--- a/sw/source/core/undo/untbl.cxx
+++ b/sw/source/core/undo/untbl.cxx
@@ -116,7 +116,7 @@ class _SaveTable
SfxItemSet aTblSet;
_SaveLine* pLine;
const SwTable* pSwTable;
- String sSaveFmtName;
+ OUString sSaveFmtName;
SfxItemSets aSets;
SwFrmFmts aFrmFmts;
sal_uInt16 nLineCount;
@@ -978,7 +978,7 @@ void _SaveTable::RestoreAttr( SwTable& rTbl, bool bMdfyBox )
pLn->RestoreAttr( *rTbl.GetTabLines()[ n ], *this );
}
- if( !sSaveFmtName.Len() )
+ if( sSaveFmtName.isEmpty() )
SwTableFmt::RestoreTableProperties( NULL, rTbl );
else
{