summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-11 09:21:31 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:33:12 +0200
commit5047891d0419efd49d4e344b8b0dfd39d9b78849 (patch)
tree1884136d36d44559da83b29e8c70ca738178099a /lotuswordpro
parent407a166a3215da7e23dd60d430332fe7d4324d46 (diff)
typo: positon -> position
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/lwpcelllayout.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpcelllayout.cxx b/lotuswordpro/source/filter/lwpcelllayout.cxx
index 85a3d1d569ce..290924d43fae 100644
--- a/lotuswordpro/source/filter/lwpcelllayout.cxx
+++ b/lotuswordpro/source/filter/lwpcelllayout.cxx
@@ -324,7 +324,7 @@ XFCell* LwpCellLayout::ConvertCell(LwpObjectID aTableID, sal_uInt16 nRow, sal_uI
OUString aStyleName = m_StyleName;
// if cell layout is aTableID's default cell layout
- // we should judt its style by current positon
+ // we should judt its style by current position
if (*pTable->GetDefaultCellStyle() == *GetObjectID())
{
aStyleName = GetCellStyleName(nRow, nCol, pTable->GetTableLayout());