summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwptablelayout.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwptablelayout.cxx')
-rw-r--r--lotuswordpro/source/filter/lwptablelayout.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/lotuswordpro/source/filter/lwptablelayout.cxx b/lotuswordpro/source/filter/lwptablelayout.cxx
index c41e039f55a9..0f96782e3add 100644
--- a/lotuswordpro/source/filter/lwptablelayout.cxx
+++ b/lotuswordpro/source/filter/lwptablelayout.cxx
@@ -913,7 +913,7 @@ void LwpTableLayout::SplitRowToCells(XFTable* pTmpTable,XFTable* pXFTable,
}
pXFRow->SetStyleName(pXFStyleManager->AddStyle(pRowStyle).m_pStyle->GetStyleName());
- //construct headong row
+ //construct heading row
XFCell* pXFCell1 = new XFCell;
XFCell* pXFCell2 = new XFCell;
XFTable* pSubTable1 = new XFTable;
@@ -1097,7 +1097,7 @@ void LwpTableLayout::PutCellVals(LwpFoundry* pFoundry, LwpObjectID aTableID)
{
//Comment:The old code doesn't check if the LwpFoundry pointer is NULL,
- // So the NULL pointer cause sodc frozee. Add code to check the
+ // So the NULL pointer cause sodc frozen. Add code to check the
// the pointer.
//New Code
if( !pFoundry ) return;
@@ -1132,7 +1132,7 @@ void LwpTableLayout::PutCellVals(LwpFoundry* pFoundry, LwpObjectID aTableID)
sal_uInt16 nRowID = pRowList->GetRowID();
{
LwpCellList* pCellList = static_cast<LwpCellList*>(pRowList->GetChildHeadID().obj().get());
- //loop the celllist
+ //loop the cellList
while( NULL!=pCellList)
{
{//put cell