summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpstory.cxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-02-24 23:42:28 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-02-24 23:45:22 +0100
commit8577f2f35eb23e5320e01c61344b0ad05e058814 (patch)
treeb21b9d921bd78ab501293de6aa155e91aff5aa1a /lotuswordpro/source/filter/lwpstory.cxx
parentTypo: increse->increase (diff)
downloadcore-8577f2f35eb23e5320e01c61344b0ad05e058814.tar.gz
core-8577f2f35eb23e5320e01c61344b0ad05e058814.zip
Typos
Change-Id: I5f2577dd1f047331a58d33e05684b673e6dbd11e
Diffstat (limited to 'lotuswordpro/source/filter/lwpstory.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpstory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpstory.cxx b/lotuswordpro/source/filter/lwpstory.cxx
index f4b8effac00d..465438b8ee88 100644
--- a/lotuswordpro/source/filter/lwpstory.cxx
+++ b/lotuswordpro/source/filter/lwpstory.cxx
@@ -318,7 +318,7 @@ bool LwpStory::IsNeedSection()
}
}
- //if bColumns is ture, the page layout doesn't need columns, set the xfcolumns to NULL in page master
+ //if bColumns is true, the page layout doesn't need columns, set the xfcolumns to NULL in page master
if(!bColumns)
{
m_pCurrentLayout->ResetXFColumns();