summaryrefslogtreecommitdiff
path: root/vcl/source/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-10-01 13:20:07 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-10-01 11:24:24 +0000
commit33d165a9f18c4bfcf5b878adf7057195cda4194f (patch)
tree2659ab993124affff6cc57eba3ac47e126c533d4 /vcl/source/filter
parent28803c28bda0c4bc3d94acf023d8eb96990c8f14 (diff)
Fix typos
Change-Id: I8fd769ca61d1ec1a915a012c0c2244056dc5bcb8 Reviewed-on: https://gerrit.libreoffice.org/18992 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'vcl/source/filter')
-rw-r--r--vcl/source/filter/igif/gifread.hxx2
-rw-r--r--vcl/source/filter/ixbm/xbmread.cxx2
-rw-r--r--vcl/source/filter/ixpm/xpmread.cxx2
-rw-r--r--vcl/source/filter/sgvspln.cxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/vcl/source/filter/igif/gifread.hxx b/vcl/source/filter/igif/gifread.hxx
index 3f1c18c928ac..969370fa865e 100644
--- a/vcl/source/filter/igif/gifread.hxx
+++ b/vcl/source/filter/igif/gifread.hxx
@@ -85,7 +85,7 @@ class GIFReader : public GraphicReader
bool bImGraphicReady;
bool bGlobalPalette;
sal_uInt8 nBackgroundColor; // backgroundcolour
- sal_uInt8 nGCTransparentIndex; // pixelx of this index are transparant
+ sal_uInt8 nGCTransparentIndex; // pixels of this index are transparant
sal_uInt8 nGCDisposalMethod; // 'Disposal Method' (see GIF docs)
sal_uInt8 cTransIndex1;
sal_uInt8 cNonTransIndex1;
diff --git a/vcl/source/filter/ixbm/xbmread.cxx b/vcl/source/filter/ixbm/xbmread.cxx
index 92a1b39c76b5..0ab94ba02da2 100644
--- a/vcl/source/filter/ixbm/xbmread.cxx
+++ b/vcl/source/filter/ixbm/xbmread.cxx
@@ -252,7 +252,7 @@ ReadState XBMReader::ReadXBM( Graphic& rGraphic )
rIStm.ReadUChar( cDummy );
// if we cannot read all
- // we returnn and wait for new data
+ // we return and wait for new data
if ( rIStm.GetError() != ERRCODE_IO_PENDING )
{
rIStm.Seek( nLastPos );
diff --git a/vcl/source/filter/ixpm/xpmread.cxx b/vcl/source/filter/ixpm/xpmread.cxx
index 9491857001ee..40ac67565240 100644
--- a/vcl/source/filter/ixpm/xpmread.cxx
+++ b/vcl/source/filter/ixpm/xpmread.cxx
@@ -207,7 +207,7 @@ ReadState XPMReader::ReadXPM( Graphic& rGraphic )
return eReadState;
}
-// ImplGetColor returns variouls colour values,
+// ImplGetColor returns various colour values,
// returns TRUE if various colours could be assigned
bool XPMReader::ImplGetColor( sal_uLong nNumb )
diff --git a/vcl/source/filter/sgvspln.cxx b/vcl/source/filter/sgvspln.cxx
index 341ffa5bae1e..1cfaa41f7a8d 100644
--- a/vcl/source/filter/sgvspln.cxx
+++ b/vcl/source/filter/sgvspln.cxx
@@ -277,7 +277,7 @@ sal_uInt16 ZyklTriDiagGS(bool rep, sal_uInt16 n, double* lower, double* diag,
/* ====== */
/* Predominantly for diagonal dominant cyclic tridiagonal- */
/* matrices as they occur in spline-interpolations. */
-/* For diagonal dominant matices only a LU-decomposition exists. */
+/* For diagonal dominant matrices only a LU-decomposition exists.*/
/* */
/*====================================================================*/
/* */