diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-24 23:42:28 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-24 23:45:22 +0100 |
commit | 8577f2f35eb23e5320e01c61344b0ad05e058814 (patch) | |
tree | b21b9d921bd78ab501293de6aa155e91aff5aa1a /lotuswordpro | |
parent | aec4088cd3bc01daaa324051abbe961d212c9c3b (diff) |
Typos
Change-Id: I5f2577dd1f047331a58d33e05684b673e6dbd11e
Diffstat (limited to 'lotuswordpro')
-rw-r--r-- | lotuswordpro/source/filter/lwpfrib.cxx | 2 | ||||
-rw-r--r-- | lotuswordpro/source/filter/lwppagelayout.cxx | 2 | ||||
-rw-r--r-- | lotuswordpro/source/filter/lwpstory.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lotuswordpro/source/filter/lwpfrib.cxx b/lotuswordpro/source/filter/lwpfrib.cxx index 3ecc266fa9da..f93066082438 100644 --- a/lotuswordpro/source/filter/lwpfrib.cxx +++ b/lotuswordpro/source/filter/lwpfrib.cxx @@ -379,7 +379,7 @@ void LwpFrib::ReadModifiers(LwpObjectStream* pObjStrm,ModifierInfo* pModInfo) /** * @descr: Whether there are other fribs following current frib. -* @return: Ture if having following fribs, or false. +* @return: True if having following fribs, or false. */ bool LwpFrib::HasNextFrib() { diff --git a/lotuswordpro/source/filter/lwppagelayout.cxx b/lotuswordpro/source/filter/lwppagelayout.cxx index 1a3967c38ba1..d5b22e58d834 100644 --- a/lotuswordpro/source/filter/lwppagelayout.cxx +++ b/lotuswordpro/source/filter/lwppagelayout.cxx @@ -683,7 +683,7 @@ double LwpPageLayout::GetHeight() return fHeight; } /** -* @descr: Compare the position of layout. If the poistion of this layout is earlier than other layout,return ture, or return false +* @descr: Compare the position of layout. If the position of this layout is earlier than other layout,return true, or return false * */ bool LwpPageLayout::operator<(LwpPageLayout& Other) 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(); |