summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--connectivity/source/drivers/file/FStatement.cxx2
-rw-r--r--embedserv/source/embed/ed_ioleobject.cxx2
-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
-rw-r--r--helpcompiler/source/BasCodeTagger.cxx2
-rw-r--r--ucb/source/ucp/file/bc.cxx2
-rw-r--r--vcl/source/fontsubset/fontsubset.cxx4
9 files changed, 14 insertions, 14 deletions
diff --git a/connectivity/source/drivers/file/FStatement.cxx b/connectivity/source/drivers/file/FStatement.cxx
index d0d0ab24df06..9dc17f7feecf 100644
--- a/connectivity/source/drivers/file/FStatement.cxx
+++ b/connectivity/source/drivers/file/FStatement.cxx
@@ -511,7 +511,7 @@ void OStatement_Base::GetAssignValues()
return;
else if (SQL_ISRULE(m_pParseTree,insert_statement))
{
- // Create Row for the values to be set (Reference trough new)
+ // Create Row for the values to be set (Reference through new)
if(m_aAssignValues.is())
m_aAssignValues->get().clear();
sal_Int32 nCount = Reference<XIndexAccess>(m_xColNames,UNO_QUERY)->getCount();
diff --git a/embedserv/source/embed/ed_ioleobject.cxx b/embedserv/source/embed/ed_ioleobject.cxx
index fab8588fbd53..778522778ccb 100644
--- a/embedserv/source/embed/ed_ioleobject.cxx
+++ b/embedserv/source/embed/ed_ioleobject.cxx
@@ -192,7 +192,7 @@ STDMETHODIMP EmbedDocument_Impl::DoVerb(
pActiveSite,TRUE)))
return NOERROR;
- // intended fall trough
+ // intended fall through
case OLEIVERB_OPEN:
OSL_ENSURE(m_pDocHolder,"no document to open");
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:
diff --git a/helpcompiler/source/BasCodeTagger.cxx b/helpcompiler/source/BasCodeTagger.cxx
index 3e514e7c72f8..388fbf41f17e 100644
--- a/helpcompiler/source/BasCodeTagger.cxx
+++ b/helpcompiler/source/BasCodeTagger.cxx
@@ -99,7 +99,7 @@ void BasicCodeTagger::getBasicCodeContainerNodes()
//! Extracts Basic Codes containted in <bascode> tags.
/*!
- * For each <bascode> this method iterates trough it's <paragraph> tags and "inserts" <item> tags according
+ * For each <bascode> this method iterates through it's <paragraph> tags and "inserts" <item> tags according
* to the Basic code syntax found in that paragraph.
*/
void BasicCodeTagger::tagBasCodeParagraphs()
diff --git a/ucb/source/ucp/file/bc.cxx b/ucb/source/ucp/file/bc.cxx
index ac930844121a..b3102eac2737 100644
--- a/ucb/source/ucp/file/bc.cxx
+++ b/ucb/source/ucp/file/bc.cxx
@@ -957,7 +957,7 @@ BaseContent::setPropertyValues(
ret[i] <<= e;
}
- // NameChanges come back trough a ContentEvent
+ // NameChanges come back through a ContentEvent
break; // only handling Title
} // end for
diff --git a/vcl/source/fontsubset/fontsubset.cxx b/vcl/source/fontsubset/fontsubset.cxx
index 6402d92f9b64..a50b50e1e166 100644
--- a/vcl/source/fontsubset/fontsubset.cxx
+++ b/vcl/source/fontsubset/fontsubset.cxx
@@ -101,9 +101,9 @@ bool FontSubsetInfo::CreateFontSubset(
case ANY_TYPE1:
bOK = CreateFontSubsetFromType1( pOutGlyphWidths);
break;
- // fall trough
+ // fall through
case NO_FONT:
- // fall trough
+ // fall through
default:
OSL_FAIL( "unhandled type in CreateFontSubset()");
break;