Kaydet (Commit) 0571a2de authored tarafından Jan Holesovsky's avatar Jan Holesovsky

sw: Change variable name.

Change-Id: I3721174723eeff4a5a02bd40c3d037da2c3f5a5d
üst ffae8ac2
......@@ -168,7 +168,7 @@ SwHTMLTableLayoutConstraints *SwHTMLTableLayoutConstraints::InsertNext(
typedef SwHTMLTableLayoutColumn *SwHTMLTableLayoutColumnPtr;
typedef SwHTMLTableLayoutCell *SwHTMLTableLayoutCellPtr;
SwHTMLTableLayout::SwHTMLTableLayout( const SwTable * pSwTbl,
SwHTMLTableLayout::SwHTMLTableLayout( const SwTable * pTable,
sal_uInt16 nRws, sal_uInt16 nCls,
bool bColsOpt, bool bColTgs,
sal_uInt16 nWdth, bool bPrcWdth,
......@@ -181,7 +181,7 @@ SwHTMLTableLayout::SwHTMLTableLayout( const SwTable * pSwTbl,
sal_uInt16 nInhRightBWidth )
: aColumns( new SwHTMLTableLayoutColumnPtr[nCls] )
, aCells( new SwHTMLTableLayoutCellPtr[static_cast<size_t>(nRws)*nCls] )
, pSwTable( pSwTbl )
, pSwTable( pTable )
, pLeftFillerBox( 0 )
, pRightFillerBox( 0 )
, nMin( 0 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment