diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-29 16:56:44 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-06-30 15:57:12 +0000 |
commit | 1a8915ef8302b13b781977209ae1fa41f5f659dc (patch) | |
tree | e9215b569101c82e3e94dee17f38b5a1a9f5b3f9 /lotuswordpro | |
parent | f82e6424075cbc5f4a3766f5f6e28314c249f3f0 (diff) |
Fix typos
Change-Id: I1c5e4970d4e90bdea68a901294594104de5e189e
Reviewed-on: https://gerrit.libreoffice.org/16582
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'lotuswordpro')
-rw-r--r-- | lotuswordpro/source/filter/lwpframelayout.cxx | 2 | ||||
-rw-r--r-- | lotuswordpro/source/filter/lwpfribsection.cxx | 2 | ||||
-rw-r--r-- | lotuswordpro/source/filter/lwpsection.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lotuswordpro/source/filter/lwpframelayout.cxx b/lotuswordpro/source/filter/lwpframelayout.cxx index 0beee840320b..b385b683247f 100644 --- a/lotuswordpro/source/filter/lwpframelayout.cxx +++ b/lotuswordpro/source/filter/lwpframelayout.cxx @@ -908,7 +908,7 @@ bool LwpFrameLayout::HasPreviousLinkLayout() return true; } /** - * @descr whether current frame is for water mark. Problem maybe exsits by this method, must be tracking + * @descr whether current frame is for water mark. Problem maybe exists by this method, must be tracking * */ bool LwpFrameLayout::IsForWaterMark() diff --git a/lotuswordpro/source/filter/lwpfribsection.cxx b/lotuswordpro/source/filter/lwpfribsection.cxx index f66b00f9b509..44f5a358577a 100644 --- a/lotuswordpro/source/filter/lwpfribsection.cxx +++ b/lotuswordpro/source/filter/lwpfribsection.cxx @@ -256,7 +256,7 @@ LwpMasterPage::LwpMasterPage(LwpPara* pPara, LwpPageLayout* pLayout) */ bool LwpMasterPage::RegisterMasterPage(LwpFrib* pFrib) { - //if there is no other frib after current firb, register master page in starting para of next page + //if there is no other frib after current frib, register master page in starting para of next page if(IsNextPageType()&&(!pFrib->HasNextFrib())) { LwpStory* pStory = static_cast<LwpStory*>(m_pPara->GetStoryID().obj().get()); diff --git a/lotuswordpro/source/filter/lwpsection.hxx b/lotuswordpro/source/filter/lwpsection.hxx index 6c714e44a5a8..f65052ea1c12 100644 --- a/lotuswordpro/source/filter/lwpsection.hxx +++ b/lotuswordpro/source/filter/lwpsection.hxx @@ -113,7 +113,7 @@ private: }; /** - * @descr Get flage value + * @descr Get flags value * */ inline sal_uInt16 LwpSection::GetFlags() |