summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-02-21 14:09:16 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-02-21 14:45:36 +0100
commitb98ac7072499df72817cad553fd77d2d85ac1c08 (patch)
tree117f62089036c445c1ce1452d16c32388488d4e1 /filter
parent800e09a3ce02417a52f8a1de261f1fc448dee590 (diff)
Typo: trough->through
Change-Id: I5af784709df88492695d1ac9c9a5b020e909f362
Diffstat (limited to 'filter')
-rw-r--r--filter/source/config/cache/basecontainer.hxx2
-rw-r--r--filter/source/config/cache/typedetection.hxx2
-rw-r--r--filter/source/graphicfilter/epict/epict.cxx8
-rw-r--r--filter/source/graphicfilter/ipcd/ipcd.cxx4
4 files changed, 8 insertions, 8 deletions
diff --git a/filter/source/config/cache/basecontainer.hxx b/filter/source/config/cache/basecontainer.hxx
index dc8ce7767e88..2e385423c4f1 100644
--- a/filter/source/config/cache/basecontainer.hxx
+++ b/filter/source/config/cache/basecontainer.hxx
@@ -136,7 +136,7 @@ class BaseContainer : public BaseLock
@descr Because an outside class must use ImplInheritanceHelper2 template to
use us a base class ... and there is no way to pass such initializing
- parameters trough a required default ctor ... we must be initialized
+ parameters through a required default ctor ... we must be initialized
by this special method. Of course this method must be called first before
any other interface method is used.
diff --git a/filter/source/config/cache/typedetection.hxx b/filter/source/config/cache/typedetection.hxx
index 1694e0caff7d..c88890c24887 100644
--- a/filter/source/config/cache/typedetection.hxx
+++ b/filter/source/config/cache/typedetection.hxx
@@ -219,7 +219,7 @@ private:
@throw Any suitable exception if stream should be opened but operation was not successful.
Note: If an interactionHandler is part of the given descriptor too, it was already used.
- Means: let the exception pass trough the top most interface method!
+ Means: let the exception pass through the top most interface method!
*/
void impl_openStream(utl::MediaDescriptor& rDescriptor)
throw (css::uno::Exception);
diff --git a/filter/source/graphicfilter/epict/epict.cxx b/filter/source/graphicfilter/epict/epict.cxx
index f11528e0a714..93936b473a5c 100644
--- a/filter/source/graphicfilter/epict/epict.cxx
+++ b/filter/source/graphicfilter/epict/epict.cxx
@@ -969,7 +969,7 @@ void PictWriter::WriteOpcode_BitsRect(const Point & rPoint, const Size & rSize,
for ( nc = 0; nc < 4; nc++ )
pComp[ nc ] = new sal_uInt8[ nWidth ];
- // loop trough rows:
+ // loop through rows:
for ( ny = 0; ny < nHeight; ny++ )
{
// read line ny of source into the intermediate data structure
@@ -991,7 +991,7 @@ void PictWriter::WriteOpcode_BitsRect(const Point & rPoint, const Size & rSize,
else
pPict->WriteUChar( 0 );
- // loop trough components:
+ // loop through components:
for ( nc = 0; nc < 4; nc++ )
{
// loop through x:
@@ -1146,7 +1146,7 @@ void PictWriter::WriteOpcode_BitsRect(const Point & rPoint, const Size & rSize,
// remember position of the map-data in the target:
nDstMapPos=pPict->Tell();
- // loop trough rows:
+ // loop through rows:
for ( ny = 0; ny < nHeight; ny++ )
{
// read line ny of source into the buffer:
@@ -1186,7 +1186,7 @@ void PictWriter::WriteOpcode_BitsRect(const Point & rPoint, const Size & rSize,
else
pPict->WriteUChar( 0 );
- // loop trough bytes of the row:
+ // loop through bytes of the row:
nx=0;
while ( nx < nDstRowBytes && bStatus )
{
diff --git a/filter/source/graphicfilter/ipcd/ipcd.cxx b/filter/source/graphicfilter/ipcd/ipcd.cxx
index ee50d7ee1923..5ab1cfc6fd52 100644
--- a/filter/source/graphicfilter/ipcd/ipcd.cxx
+++ b/filter/source/graphicfilter/ipcd/ipcd.cxx
@@ -281,12 +281,12 @@ void PCDReader::ReadImage(sal_uLong nMinPercent, sal_uLong nMaxPercent)
}
}
- // loop trough both rows of the pair of rows:
+ // loop through both rows of the pair of rows:
for ( ndy = 0; ndy < 2; ndy++ )
{
ny = ( nYPair << 1 ) + ndy;
- // loop trough X:
+ // loop through X:
for ( nx = 0; nx < nWidth; nx++ )
{
// get/calculate nL,nCb,nCr for the pixel nx,ny: