diff options
Diffstat (limited to 'sw/source/ui/table/swtablerep.cxx')
-rw-r--r-- | sw/source/ui/table/swtablerep.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/table/swtablerep.cxx b/sw/source/ui/table/swtablerep.cxx index 478245441e..1bcd52b1e4 100644 --- a/sw/source/ui/table/swtablerep.cxx +++ b/sw/source/ui/table/swtablerep.cxx @@ -77,7 +77,7 @@ void DbgTColumn(TColumn* pTColumn, USHORT nCount) String sMsg(i); sMsg += pTColumn[i].bVisible ? " v " : " h "; sMsg += pTColumn[i].nWidth; - OSL_ENSURE(false, sMsg) + OSL_ENSURE(false, sMsg); } } #endif |