diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-30 13:00:15 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-09-30 11:03:11 +0000 |
commit | 9956b99e68c45a82015766873b4b7f581462bef2 (patch) | |
tree | 0dc1780f79d1e17f05efe5132e504c99b9c69dd7 /lotuswordpro | |
parent | 3764f7435eb00053e04ea3e8f042fcfc5c7826f2 (diff) |
Fix typos
Change-Id: I44bdb63bef76e9686e995661a24a3bef7cd50ab7
Reviewed-on: https://gerrit.libreoffice.org/18959
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'lotuswordpro')
-rw-r--r-- | lotuswordpro/source/filter/lwparrowstyles.hxx | 6 | ||||
-rw-r--r-- | lotuswordpro/source/filter/lwpbulletstylemgr.cxx | 2 | ||||
-rw-r--r-- | lotuswordpro/source/filter/lwpdoc.cxx | 2 | ||||
-rw-r--r-- | lotuswordpro/source/filter/lwpfribheader.hxx | 2 | ||||
-rw-r--r-- | lotuswordpro/source/filter/lwpfribptr.cxx | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/lotuswordpro/source/filter/lwparrowstyles.hxx b/lotuswordpro/source/filter/lwparrowstyles.hxx index 21ba5f8cf5df..6db88292d0b1 100644 --- a/lotuswordpro/source/filter/lwparrowstyles.hxx +++ b/lotuswordpro/source/filter/lwparrowstyles.hxx @@ -61,9 +61,9 @@ #include "lwpglobalmgr.hxx" /** - * @descr Registe arrow styles that are not directly support by SODC. - * There are three kinds,revsered arrow,revered concave arrow and revsered - * line arrow. this function should be called before the three arrows be used. + * @descr Register arrow styles that are not directly support by SODC. + * There are three kinds: reversed arrow, reversed concave arrow and reversed + * line arrow. This function should be called before the three arrows be used. */ void RegisteArrowStyles() { diff --git a/lotuswordpro/source/filter/lwpbulletstylemgr.cxx b/lotuswordpro/source/filter/lwpbulletstylemgr.cxx index 01250b9bb286..763fa20577f2 100644 --- a/lotuswordpro/source/filter/lwpbulletstylemgr.cxx +++ b/lotuswordpro/source/filter/lwpbulletstylemgr.cxx @@ -92,7 +92,7 @@ LwpBulletStyleMgr::~LwpBulletStyleMgr() /** * @short Register bullet style to style-list. The function only register the bullet and single customized numbering - * not inluding the numbering sequence. + * not including the numbering sequence. * @param pPara pointer to the current paragraph which has a bullet/numbering. * @param pBullOver pointer to the bulletoverride of current paragraph. * @param pIndent pointer to the indentoverride of current paragraph. diff --git a/lotuswordpro/source/filter/lwpdoc.cxx b/lotuswordpro/source/filter/lwpdoc.cxx index 996341ee1c7b..2bb9e7aa53f9 100644 --- a/lotuswordpro/source/filter/lwpdoc.cxx +++ b/lotuswordpro/source/filter/lwpdoc.cxx @@ -682,7 +682,7 @@ bool LwpDocument::GetNumberOfPages(LwpDocument* pEndDivision, sal_uInt16& nCount return false; } /** - * @descr Get the numbers of page before curruent division + * @descr Get the numbers of page before current division */ sal_uInt16 LwpDocument::GetNumberOfPagesBefore() { diff --git a/lotuswordpro/source/filter/lwpfribheader.hxx b/lotuswordpro/source/filter/lwpfribheader.hxx index f0e4abf1910a..9740b047da9b 100644 --- a/lotuswordpro/source/filter/lwpfribheader.hxx +++ b/lotuswordpro/source/filter/lwpfribheader.hxx @@ -56,7 +56,7 @@ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPFRIBHEADER_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPFRIBHEADER_HXX -#define FRIB_TAG_NOUNICODE 0x40 // Don't traslate text to/from Unicode +#define FRIB_TAG_NOUNICODE 0x40 // Don't translate text to/from Unicode #define FRIB_TAG_MODIFIER 0x80 // This frib has a modifier on it #define FRIB_TAG_TYPEMASK (FRIB_TAG_NOUNICODE | FRIB_TAG_MODIFIER) diff --git a/lotuswordpro/source/filter/lwpfribptr.cxx b/lotuswordpro/source/filter/lwpfribptr.cxx index e9c16bf7f9c5..5e3d1e56e977 100644 --- a/lotuswordpro/source/filter/lwpfribptr.cxx +++ b/lotuswordpro/source/filter/lwpfribptr.cxx @@ -607,7 +607,7 @@ void LwpFribPtr::ProcessDropcap(LwpStory* pStory,LwpFrib* pFrib,sal_uInt32 nLen) } } /** - * @descr: If the position of pPreLayout is earlier than pNextLayout, return true, or return false, defalut return true + * @descr: If the position of pPreLayout is earlier than pNextLayout, return true, or return false, default return true * */ bool LwpFribPtr::ComparePagePosition(LwpVirtualLayout* pPreLayout, LwpVirtualLayout* pNextLayout) |