summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwptablelayout.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-10-01 13:34:59 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-10-01 11:37:50 +0000
commitecf5384f754c2140bf14579d97585e634e1a14a9 (patch)
tree97f38629ed654e9d73ee0733906e77756cbe33e9 /lotuswordpro/source/filter/lwptablelayout.cxx
parentFix typos (diff)
downloadcore-ecf5384f754c2140bf14579d97585e634e1a14a9.tar.gz
core-ecf5384f754c2140bf14579d97585e634e1a14a9.zip
Fix typos
Change-Id: I04d1bc3a9f38ff7871d3192563cd1f649fdc6cea Reviewed-on: https://gerrit.libreoffice.org/18960 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
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