summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-10-01 13:34:59 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-10-01 11:37:50 +0000
commitecf5384f754c2140bf14579d97585e634e1a14a9 (patch)
tree97f38629ed654e9d73ee0733906e77756cbe33e9
parentFix typos (diff)
downloadcore-ecf5384f754c2140bf14579d97585e634e1a14a9.tar.gz
core-ecf5384f754c2140bf14579d97585e634e1a14a9.zip
Fix typos
Change-Id: I04d1bc3a9f38ff7871d3192563cd1f649fdc6cea Reviewed-on: https://gerrit.libreoffice.org/18960 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-rw-r--r--lotuswordpro/source/filter/lwpsdwgrouploaderv0102.cxx2
-rw-r--r--lotuswordpro/source/filter/lwpsdwrect.hxx2
-rw-r--r--lotuswordpro/source/filter/lwpsilverbullet.cxx2
-rw-r--r--lotuswordpro/source/filter/lwptablelayout.cxx6
-rw-r--r--lotuswordpro/source/filter/utbenvs.cxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/ixfstyle.hxx4
-rw-r--r--lotuswordpro/source/filter/xfilter/xfdefs.hxx6
-rw-r--r--lotuswordpro/source/filter/xfilter/xfdrawpolygon.cxx6
-rw-r--r--lotuswordpro/source/filter/xfilter/xfindex.hxx4
-rw-r--r--lotuswordpro/source/filter/xfilter/xfnumfmt.hxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/xfparastyle.hxx2
-rw-r--r--m4/ax_boost_base.m42
-rw-r--r--nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/goodness/ACRComparator.java2
-rw-r--r--nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/goodness/BCHComparator.java2
-rw-r--r--nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/sco/SCAgent.java2
15 files changed, 23 insertions, 23 deletions
diff --git a/lotuswordpro/source/filter/lwpsdwgrouploaderv0102.cxx b/lotuswordpro/source/filter/lwpsdwgrouploaderv0102.cxx
index 36071f349e02..58725c92326b 100644
--- a/lotuswordpro/source/filter/lwpsdwgrouploaderv0102.cxx
+++ b/lotuswordpro/source/filter/lwpsdwgrouploaderv0102.cxx
@@ -85,7 +85,7 @@ LwpSdwGroupLoaderV0102::~LwpSdwGroupLoaderV0102()
}
/**
- * @descr entry of lwp-drawing objects. the functin begins to parse the sdw-drawing bento stream and create
+ * @descr entry of lwp-drawing objects. the function begins to parse the sdw-drawing bento stream and create
* the corresponding drawing objects.
* @param pDrawObjVector a container which will contains the created drawing object of XF-Model.
*/
diff --git a/lotuswordpro/source/filter/lwpsdwrect.hxx b/lotuswordpro/source/filter/lwpsdwrect.hxx
index 3c2e184e2969..cc3066900948 100644
--- a/lotuswordpro/source/filter/lwpsdwrect.hxx
+++ b/lotuswordpro/source/filter/lwpsdwrect.hxx
@@ -68,7 +68,7 @@
* @brief
* SdwRectangle: Not like rectangle in SODC, rectangles in Word Pro are
* defined by 4 points. So they can be any posture in the two-dimensional
- * coordinate system. The class is used to describ such rectangles.
+ * coordinate system. The class is used to describe such rectangles.
* The four corner points must be saved in member variable:m_nRectCorner
* one after another. We assume the input order(the same order in .lwp files)
* is as below:
diff --git a/lotuswordpro/source/filter/lwpsilverbullet.cxx b/lotuswordpro/source/filter/lwpsilverbullet.cxx
index 3ccf51e89a77..1e4d81770b7d 100644
--- a/lotuswordpro/source/filter/lwpsilverbullet.cxx
+++ b/lotuswordpro/source/filter/lwpsilverbullet.cxx
@@ -243,7 +243,7 @@ LwpPara* LwpSilverBullet::GetBulletPara()
/**
* @short: Get numbering character of the bullet vo_para.
* @descr:
- * @param: pParaNumber a pionter to the structure LwpFribParaNumber which
+ * @param: pParaNumber a pointer to the structure LwpFribParaNumber which
* includes numbering prefix, format and suffix.
* @return: An OUString object which store the numbering character.
*/
diff --git a/lotuswordpro/source/filter/lwptablelayout.cxx b/lotuswordpro/source/filter/lwptablelayout.cxx
index c41e039f55a9..0f96782e3add 100644
--- a/lotuswordpro/source/filter/lwptablelayout.cxx
+++ b/lotuswordpro/source/filter/lwptablelayout.cxx
@@ -913,7 +913,7 @@ void LwpTableLayout::SplitRowToCells(XFTable* pTmpTable,XFTable* pXFTable,
}
pXFRow->SetStyleName(pXFStyleManager->AddStyle(pRowStyle).m_pStyle->GetStyleName());
- //construct headong row
+ //construct heading row
XFCell* pXFCell1 = new XFCell;
XFCell* pXFCell2 = new XFCell;
XFTable* pSubTable1 = new XFTable;
@@ -1097,7 +1097,7 @@ void LwpTableLayout::PutCellVals(LwpFoundry* pFoundry, LwpObjectID aTableID)
{
//Comment:The old code doesn't check if the LwpFoundry pointer is NULL,
- // So the NULL pointer cause sodc frozee. Add code to check the
+ // So the NULL pointer cause sodc frozen. Add code to check the
// the pointer.
//New Code
if( !pFoundry ) return;
@@ -1132,7 +1132,7 @@ void LwpTableLayout::PutCellVals(LwpFoundry* pFoundry, LwpObjectID aTableID)
sal_uInt16 nRowID = pRowList->GetRowID();
{
LwpCellList* pCellList = static_cast<LwpCellList*>(pRowList->GetChildHeadID().obj().get());
- //loop the celllist
+ //loop the cellList
while( NULL!=pCellList)
{
{//put cell
diff --git a/lotuswordpro/source/filter/utbenvs.cxx b/lotuswordpro/source/filter/utbenvs.cxx
index e7e3fcb4132c..d69ce301de55 100644
--- a/lotuswordpro/source/filter/utbenvs.cxx
+++ b/lotuswordpro/source/filter/utbenvs.cxx
@@ -77,7 +77,7 @@ sal_uLong LtcUtBenValueStream::GetData( void* pData, sal_uLong nSize )
return AmtRead;
}
/**
-* Value stream write function, not suppoted now
+* Value stream write function, not supported now
* @param pointer of saved buffer
* @param size of buffer to be written
* @return number of bytes written into value stream
diff --git a/lotuswordpro/source/filter/xfilter/ixfstyle.hxx b/lotuswordpro/source/filter/xfilter/ixfstyle.hxx
index ceae4774c6b2..c870e2be8dbf 100644
--- a/lotuswordpro/source/filter/xfilter/ixfstyle.hxx
+++ b/lotuswordpro/source/filter/xfilter/ixfstyle.hxx
@@ -93,9 +93,9 @@ public:
virtual enumXFStyle GetStyleFamily() = 0;
/**
- * @descr: Compare wheather two style object are the same.Used only by XFStyleManager.
+ * @descr: Compare whatever two style object are the same. Used only by XFStyleManager.
* @param: pStyle the style to be compared.
- * @return: return sal_True if equals,else sal_False.
+ * @return: return sal_True if equals, else sal_False.
*/
virtual bool Equal(IXFStyle *pStyle) = 0;
diff --git a/lotuswordpro/source/filter/xfilter/xfdefs.hxx b/lotuswordpro/source/filter/xfilter/xfdefs.hxx
index 8c199e9d47af..a7da34f28630 100644
--- a/lotuswordpro/source/filter/xfilter/xfdefs.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfdefs.hxx
@@ -204,9 +204,9 @@ enum enumXFBorder
/**************************************************************************
* @descr
* Line height type.
- * enumLHHeight: height of the line,in "cm".
- * enumLHLeast: the height may be adjusted,but has a min value.
- * enumLHPercent: the height is a centain times of the normal height.
+ * enumLHHeight: height of the line, in "cm".
+ * enumLHLeast: the height may be adjusted, but has a min value.
+ * enumLHPercent: the height is a certain times of the normal height.
* enumLHSpace: space between lines.
*************************************************************************/
enum enumLHType
diff --git a/lotuswordpro/source/filter/xfilter/xfdrawpolygon.cxx b/lotuswordpro/source/filter/xfilter/xfdrawpolygon.cxx
index 3c67675a480e..9ef822f64d5c 100644
--- a/lotuswordpro/source/filter/xfilter/xfdrawpolygon.cxx
+++ b/lotuswordpro/source/filter/xfilter/xfdrawpolygon.cxx
@@ -53,10 +53,10 @@
*
*
************************************************************************/
-/*************************************************************************
+/*
* @file
- * Polylon object.
- ************************************************************************/
+ * Polygon object.
+ */
#include "xfdrawpolygon.hxx"
XFDrawPolygon::XFDrawPolygon()
diff --git a/lotuswordpro/source/filter/xfilter/xfindex.hxx b/lotuswordpro/source/filter/xfilter/xfindex.hxx
index bacc0e197bb7..3b4e2bd89985 100644
--- a/lotuswordpro/source/filter/xfilter/xfindex.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfindex.hxx
@@ -144,12 +144,12 @@ public:
void SetIndexType(enumXFIndex type);
/**
- * @descr Add index templaet entry.
+ * @descr Add index template entry.
*/
void AddTemplate(const OUString& level, const OUString& style, XFIndexTemplate* templ);
/**
- * @descr Set if protected index to prevent handly-revise.
+ * @descr Set if protected index to prevent handy-revise.
*/
void SetProtected(bool protect);
diff --git a/lotuswordpro/source/filter/xfilter/xfnumfmt.hxx b/lotuswordpro/source/filter/xfilter/xfnumfmt.hxx
index 7311dc3870ee..b9cd1d3f2f46 100644
--- a/lotuswordpro/source/filter/xfilter/xfnumfmt.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfnumfmt.hxx
@@ -105,7 +105,7 @@ public:
or if you set the format to 'a', then the output would be:
a item1
b item2
- some sepecial, if you set the format to a sequence,ie. "一,二,三,..."
+ some special, if you set the format to a sequence,ie. "一,二,三,..."
the output would be:
一 item1
二 item2
diff --git a/lotuswordpro/source/filter/xfilter/xfparastyle.hxx b/lotuswordpro/source/filter/xfilter/xfparastyle.hxx
index 2d248ddce818..eca8d6d9fa6c 100644
--- a/lotuswordpro/source/filter/xfilter/xfparastyle.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfparastyle.hxx
@@ -112,7 +112,7 @@ public:
/**
* @descr set the paragraph default font.
* @param font font object to be setted.Font object are deleted by font-factory,so
- * dont't delete it in the destructure function of para style.
+ * don't delete it in the destructure function of para style.
*/
void SetFont(rtl::Reference<XFFont> const & font);
diff --git a/m4/ax_boost_base.m4 b/m4/ax_boost_base.m4
index 55de0c48baae..94909a52fe49 100644
--- a/m4/ax_boost_base.m4
+++ b/m4/ax_boost_base.m4
@@ -10,7 +10,7 @@
#
# Test for the Boost C++ libraries of a particular version (or newer)
#
-# If no path to the installed boost library is given the macro searchs
+# If no path to the installed boost library is given the macro searches
# under /usr, /usr/local, /opt and /opt/local and evaluates the
# $BOOST_ROOT environment variable. Further documentation is available at
# <http://randspringer.de/boost/index.html>.
diff --git a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/goodness/ACRComparator.java b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/goodness/ACRComparator.java
index a21e912cf129..e529d33ba9c0 100644
--- a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/goodness/ACRComparator.java
+++ b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/goodness/ACRComparator.java
@@ -3,7 +3,7 @@
* which varied adaptively according to the social information.
*
* Applied domain: efficiently for ridge class feasible space (SF), such as
- * the problem with eqaulity constraints
+ * the problem with equality constraints
*
* Author Create/Modi Note
* Xiaofeng Xie Jun 24, 2003 Created
diff --git a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/goodness/BCHComparator.java b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/goodness/BCHComparator.java
index bc251b5e8031..66c25ed0b73d 100644
--- a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/goodness/BCHComparator.java
+++ b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/goodness/BCHComparator.java
@@ -28,7 +28,7 @@ package net.adaptivebox.goodness;
public class BCHComparator implements IGoodnessCompareEngine {
-/* check the magnitude of two array, the frontial is more important
+/* check the magnitude of two array, the frontal is more important
**/
private static int compareArray(double[] fit1, double[] fit2) {
for (int i=0; i<fit1.length; i++) {
diff --git a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/sco/SCAgent.java b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/sco/SCAgent.java
index 882613d2e8c3..e922ba1d40ad 100644
--- a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/sco/SCAgent.java
+++ b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/sco/SCAgent.java
@@ -76,7 +76,7 @@ public class SCAgent {
public SearchPoint generatePoint() {
//generate a new point
generatePoint(trailPoint);
- //evalute the generated point
+ //evaluete the generated point
problemEncoder.evaluate(trailPoint);
return trailPoint;
}