summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 11:45:16 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 11:02:47 +0000
commit98ef3edb8a5d1a13963101d41abb2a8dd8a806dd (patch)
tree16bac175c1f7d1957958470099b2708e4631ed4f /lotuswordpro
parent86781bcfc8f12df980af5c86c2f9e75067f02abc (diff)
Fix typos
Change-Id: Id5811d092917c872715559f4508d01e4173d090c Reviewed-on: https://gerrit.libreoffice.org/35636 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/lwpfribmark.cxx2
-rw-r--r--lotuswordpro/source/filter/lwpoleobject.cxx2
-rw-r--r--lotuswordpro/source/filter/lwpsilverbullet.cxx2
-rw-r--r--lotuswordpro/source/filter/lwptoc.cxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/xfbgimage.hxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/xffont.hxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/xfpoint.hxx2
7 files changed, 7 insertions, 7 deletions
diff --git a/lotuswordpro/source/filter/lwpfribmark.cxx b/lotuswordpro/source/filter/lwpfribmark.cxx
index a37d254db401..abcf2989ef7b 100644
--- a/lotuswordpro/source/filter/lwpfribmark.cxx
+++ b/lotuswordpro/source/filter/lwpfribmark.cxx
@@ -1362,7 +1362,7 @@ void LwpFribField::ConvertCrossRefStart(XFContentContainer* pXFPara,LwpFieldMark
XFCrossRefStart* pRef = new XFCrossRefStart;
pRef->SetRefType(m_nCrossRefType);
pRef->SetMarkName(m_sFormula);
-// pFieldMark->SetStart(sal_True);//for some disnormal cases
+// pFieldMark->SetStart(sal_True);//for some unusual cases
if (m_ModFlag)
{
XFTextSpanStart* pSpan = new XFTextSpanStart;
diff --git a/lotuswordpro/source/filter/lwpoleobject.cxx b/lotuswordpro/source/filter/lwpoleobject.cxx
index e5111c513ee9..60953be37fb3 100644
--- a/lotuswordpro/source/filter/lwpoleobject.cxx
+++ b/lotuswordpro/source/filter/lwpoleobject.cxx
@@ -239,7 +239,7 @@ void LwpOleObject::Read()
/**
* @descr: Parse VO_OLEOBJECT and dump to XML stream only on WIN32 platform
* @param: pOutputStream - stream to dump OLE object
- * @param: pFrameLayout - framlayout object used to dump OLE object
+ * @param: pFrameLayout - framelayout object used to dump OLE object
*/
void LwpOleObject::Parse(IXFStream* /*pOutputStream*/)
{
diff --git a/lotuswordpro/source/filter/lwpsilverbullet.cxx b/lotuswordpro/source/filter/lwpsilverbullet.cxx
index b837023128db..2a206965202b 100644
--- a/lotuswordpro/source/filter/lwpsilverbullet.cxx
+++ b/lotuswordpro/source/filter/lwpsilverbullet.cxx
@@ -212,7 +212,7 @@ OUString LwpSilverBullet::GetBulletFontName()
/**
* @short: Get bullet character of the bullet vo_para.
* @descr:
- * @return: An UChar32 bulle character.
+ * @return: An UChar32 bullet character.
*/
OUString LwpSilverBullet::GetBulletChar()
{
diff --git a/lotuswordpro/source/filter/lwptoc.cxx b/lotuswordpro/source/filter/lwptoc.cxx
index 87144919c7fd..be8d12a76b03 100644
--- a/lotuswordpro/source/filter/lwptoc.cxx
+++ b/lotuswordpro/source/filter/lwptoc.cxx
@@ -361,7 +361,7 @@ bool LwpTocSuperLayout::GetUsePageNumber(sal_uInt16 index)
return false;
}
/**
- * @short Get what is used for separater
+ * @short Get what is used for separator
* @param index - TOC level
* @return sal_uInt16 - separator type
*/
diff --git a/lotuswordpro/source/filter/xfilter/xfbgimage.hxx b/lotuswordpro/source/filter/xfilter/xfbgimage.hxx
index 14cc9aabbe68..1a9dee30f330 100644
--- a/lotuswordpro/source/filter/xfilter/xfbgimage.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfbgimage.hxx
@@ -93,7 +93,7 @@ public:
void SetRepeate();
/**
- * @descr Set whether the image should be streatched to fill the owner object.
+ * @descr Set whether the image should be stretched to fill the owner object.
*/
void SetStretch();
diff --git a/lotuswordpro/source/filter/xfilter/xffont.hxx b/lotuswordpro/source/filter/xfilter/xffont.hxx
index 0518f3499e40..e6bb33519bd6 100644
--- a/lotuswordpro/source/filter/xfilter/xffont.hxx
+++ b/lotuswordpro/source/filter/xfilter/xffont.hxx
@@ -256,7 +256,7 @@ private:
sal_Int16 m_nWidthScale;
XFColor m_aColor;
XFColor m_aBackColor;
- //The flag defines which variable will be funtional.
+ //The flag defines which variable will be functional
sal_uInt32 m_nFlag;
bool m_bTransparent;
};
diff --git a/lotuswordpro/source/filter/xfilter/xfpoint.hxx b/lotuswordpro/source/filter/xfilter/xfpoint.hxx
index 2d933ea5ef15..0ea6d9090ec6 100644
--- a/lotuswordpro/source/filter/xfilter/xfpoint.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfpoint.hxx
@@ -55,7 +55,7 @@
************************************************************************/
/*************************************************************************
* @file
- * Rapresent a point.
+ * Represent a point.
************************************************************************/
#ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_XFILTER_XFPOINT_HXX
#define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_XFILTER_XFPOINT_HXX