summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwptablelayout.cxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-12-22 18:51:41 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-12-22 18:51:41 +0100
commit151887a9550efed41c5a2709a4f56d768b441ce4 (patch)
treeff8034b8af3334626014e1bd4f61062551a587ba /lotuswordpro/source/filter/lwptablelayout.cxx
parentFix typos (diff)
downloadcore-151887a9550efed41c5a2709a4f56d768b441ce4.tar.gz
core-151887a9550efed41c5a2709a4f56d768b441ce4.zip
Fix other typos
Change-Id: I3f0a51c53efdd383d49d978a1e8531afe9dac896
Diffstat (limited to 'lotuswordpro/source/filter/lwptablelayout.cxx')
-rw-r--r--lotuswordpro/source/filter/lwptablelayout.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwptablelayout.cxx b/lotuswordpro/source/filter/lwptablelayout.cxx
index f3ebff6a0290..3ea1ab3b571f 100644
--- a/lotuswordpro/source/filter/lwptablelayout.cxx
+++ b/lotuswordpro/source/filter/lwptablelayout.cxx
@@ -1013,7 +1013,7 @@ sal_Bool LwpTableLayout::FindSplitColMark(XFTable* pXFTable,sal_uInt8* pCellMar
pCellMark[nRowLoop] = 0;//reset all cell mark to zero
}
- //find if other row has the same colum
+ //find if other row has the same column
for (nRowLoop=1;nRowLoop<=nRowNum;nRowLoop++)
{
pTmpRow = pXFTable->GetRow(nRowLoop);