summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/graphicfilter')
-rw-r--r--filter/source/graphicfilter/ipcd/ipcd.cxx2
-rw-r--r--filter/source/graphicfilter/ipict/ipict.cxx2
-rw-r--r--filter/source/graphicfilter/itiff/ccidecom.cxx2
-rw-r--r--filter/source/graphicfilter/itiff/itiff.cxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/filter/source/graphicfilter/ipcd/ipcd.cxx b/filter/source/graphicfilter/ipcd/ipcd.cxx
index bb8da45282ef..35c351f4c91b 100644
--- a/filter/source/graphicfilter/ipcd/ipcd.cxx
+++ b/filter/source/graphicfilter/ipcd/ipcd.cxx
@@ -50,7 +50,7 @@ private:
SvStream &m_rPCD;
BitmapWriteAccess* mpAcc;
- sal_uInt8 nOrientation; // orientation of the picture withinthe PCD file:
+ sal_uInt8 nOrientation; // orientation of the picture within the PCD file:
// 0 - spire point up
// 1 - spire points to the right
// 2 - spire points down
diff --git a/filter/source/graphicfilter/ipict/ipict.cxx b/filter/source/graphicfilter/ipict/ipict.cxx
index d682ec6716c1..00d5392ab385 100644
--- a/filter/source/graphicfilter/ipict/ipict.cxx
+++ b/filter/source/graphicfilter/ipict/ipict.cxx
@@ -715,7 +715,7 @@ sal_uLong PictReader::ReadPixMapEtc( Bitmap &rBitmap, bool bBaseAddr, bool bColo
// The calculation of nDataSize is considering the size of the whole data.
nDataSize = 0;
- // condionally skip BaseAddr
+ // conditionally skip BaseAddr
if ( bBaseAddr )
{
pPict->SeekRel( 4 );
diff --git a/filter/source/graphicfilter/itiff/ccidecom.cxx b/filter/source/graphicfilter/itiff/ccidecom.cxx
index df96e6eb1409..56a4aea358ce 100644
--- a/filter/source/graphicfilter/itiff/ccidecom.cxx
+++ b/filter/source/graphicfilter/itiff/ccidecom.cxx
@@ -771,7 +771,7 @@ bool CCIDecompressor::ReadEOL( sal_uInt32 /*nMaxFillBits*/ )
// or there exist some nasty export filter who always do align.
// In addition files were found in which more than the necessary maximum of 7 filling
// bits were found. Therefore we now generally accept up to 32 nonsense bits in front of the EOL-Code:
- // And I found a file in which up to ??? nonsense bits are written. Furthemore the byte order is switched in it. (SJ)
+ // And I found a file in which up to ??? nonsense bits are written. Furthermore the byte order is switched in it. (SJ)
sal_uInt32 nMaxPos = pIStream->Tell();
nMaxPos += nWidth >> 3;
diff --git a/filter/source/graphicfilter/itiff/itiff.cxx b/filter/source/graphicfilter/itiff/itiff.cxx
index c33212569b5c..d4f283bbf1b6 100644
--- a/filter/source/graphicfilter/itiff/itiff.cxx
+++ b/filter/source/graphicfilter/itiff/itiff.cxx
@@ -345,7 +345,7 @@ void TIFFReader::ReadTagData( sal_uInt16 nTagType, sal_uInt32 nDataLen)
SAL_INFO("filter.tiff","Compression: " << nCompression);
break;
- case 0x0106: // Photometric Interpreation
+ case 0x0106: // Photometric Interpretation
nPhotometricInterpretation = ReadIntData();
SAL_INFO("filter.tiff","PhotometricInterpretation: " << nPhotometricInterpretation);
break;