summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-10-02 09:44:24 +0200
committerOliver Specht <oliver.specht@cib.de>2015-10-02 07:55:15 +0000
commit19b85e90abe184b8e5bb2d80690eafe2d4a73878 (patch)
treeb4c478be03922913c6fec3cd734e959998e5ba8d /filter
parent9363e4d0c36d7a23ebc90d7ebea5b04b98bc9409 (diff)
Fix typos
Change-Id: Ib30f4e5f16518cbbe71cf03998513ebd8c2a4d1a Reviewed-on: https://gerrit.libreoffice.org/18949 Reviewed-by: Oliver Specht <oliver.specht@cib.de> Tested-by: Oliver Specht <oliver.specht@cib.de>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/graphicfilter/icgm/class4.cxx2
-rw-r--r--filter/source/graphicfilter/ios2met/ios2met.cxx2
-rw-r--r--filter/source/graphicfilter/ipcx/ipcx.cxx2
-rw-r--r--filter/source/graphicfilter/itiff/ccidecom.cxx4
-rw-r--r--filter/source/msfilter/eschesdo.cxx2
-rw-r--r--filter/source/msfilter/msdffimp.cxx4
6 files changed, 8 insertions, 8 deletions
diff --git a/filter/source/graphicfilter/icgm/class4.cxx b/filter/source/graphicfilter/icgm/class4.cxx
index 8d59f4eeb08c..c5c05db5f99a 100644
--- a/filter/source/graphicfilter/icgm/class4.cxx
+++ b/filter/source/graphicfilter/icgm/class4.cxx
@@ -784,7 +784,7 @@ void CGM::ImplDoClass4()
mpOutAct->CloseRegion();
}
break;
- case 0xfc : /*Reounded Rectangle*/
+ case 0xfc : /*Rounded Rectangle*/
{
if ( mbFigure )
mpOutAct->CloseRegion();
diff --git a/filter/source/graphicfilter/ios2met/ios2met.cxx b/filter/source/graphicfilter/ios2met/ios2met.cxx
index bbf2728ba8ee..483bd830b235 100644
--- a/filter/source/graphicfilter/ios2met/ios2met.cxx
+++ b/filter/source/graphicfilter/ios2met/ios2met.cxx
@@ -2478,7 +2478,7 @@ void OS2METReader::ReadField(sal_uInt16 nFieldType, sal_uInt16 nFieldSize)
if (pOrdFile==NULL) break;
// In pOrdFile all "DatGrfObj" fields were collected so that the
- // thererin contained "Orders" are continuous and not segmented by fields.
+ // therein contained "Orders" are continuous and not segmented by fields.
// To read them from the memory stream without having any trouble,
// we use a little trick:
diff --git a/filter/source/graphicfilter/ipcx/ipcx.cxx b/filter/source/graphicfilter/ipcx/ipcx.cxx
index c9c52774f8a2..a14e85b145d5 100644
--- a/filter/source/graphicfilter/ipcx/ipcx.cxx
+++ b/filter/source/graphicfilter/ipcx/ipcx.cxx
@@ -195,7 +195,7 @@ void PCXReader::ImplReadHeader()
return;
}
- // If the bitmap has only 2 colors, the palatte is most often invalid and it is always(?)
+ // If the bitmap has only 2 colors, the palette is most often invalid and it is always(?)
// a black and white image:
if ( nPlanes == 1 && nBitsPerPlanePix == 1 )
{
diff --git a/filter/source/graphicfilter/itiff/ccidecom.cxx b/filter/source/graphicfilter/itiff/ccidecom.cxx
index 89c4d245ae5d..44522ad68e64 100644
--- a/filter/source/graphicfilter/itiff/ccidecom.cxx
+++ b/filter/source/graphicfilter/itiff/ccidecom.cxx
@@ -937,7 +937,7 @@ void CCIDecompressor::Read1DScanlineData(sal_uInt8 * pTarget, sal_uInt16 nTarget
// loop through codes from the input stream:
do {
- // fetch next 13 bits into nCodem but dont remove them from
+ // fetch next 13 bits into nCodem but don't remove them from
// the input buffer:
while (nInputBitsBufSize<13) {
pIStream->ReadUChar( nByte );
@@ -970,7 +970,7 @@ void CCIDecompressor::Read1DScanlineData(sal_uInt8 * pTarget, sal_uInt16 nTarget
// too much data?
if (nDataBits>nTargetBits) {
// Yes, could be a subsequent error cause by an invalid code
- // Thefore continue anyhow:
+ // Therefore continue anyhow:
nDataBits=nTargetBits;
}
diff --git a/filter/source/msfilter/eschesdo.cxx b/filter/source/msfilter/eschesdo.cxx
index 9d43cb9b2061..d7534bf86079 100644
--- a/filter/source/msfilter/eschesdo.cxx
+++ b/filter/source/msfilter/eschesdo.cxx
@@ -1119,7 +1119,7 @@ basegfx::B2DRange getUnrotatedGroupBoundRange(const Reference< XShape >& rxShape
basegfx::B2DVector aScale, aTranslate;
double fRotate, fShearX;
- // decopose transformation
+ // decompose transformation
aHomogenMatrix.decompose(aScale, aTranslate, fRotate, fShearX);
// check if rotation needs to be corrected
diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx
index dccff21f5cef..fe39cb8090af 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -768,7 +768,7 @@ void SvxMSDffManager::SolveSolver( const SvxMSDffSolverContainer& rSolver )
}
// Not sure what this is good for, repaint or broadcast of object change.
- //( Thus i am adding repaint here
+ //( Thus I am adding repaint here
pO->SetChanged();
pO->BroadcastObjectChange();
}
@@ -6336,7 +6336,7 @@ bool SvxMSDffManager::GetBLIPDirect( SvStream& rBLIPStream, Graphic& rData, Rect
Size aMtfSize100;
bool bMtfBLIP = false;
bool bZCodecCompression = false;
- // now position it exactly at the beinning of the embedded graphic
+ // now position it exactly at the beginning of the embedded graphic
sal_uLong nSkip = ( nInst & 0x0001 ) ? 32 : 16;
switch( nInst & 0xFFFE )