summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--connectivity/source/drivers/mork/MDatabaseMetaData.cxx2
-rw-r--r--drawinglayer/source/processor2d/hittestprocessor2d.cxx2
-rw-r--r--include/svx/deflt3d.hxx2
-rw-r--r--sc/source/core/tool/stringutil.cxx4
-rw-r--r--sw/source/core/layout/frmtool.cxx2
-rw-r--r--sw/source/filter/ww8/wrtww8.cxx2
6 files changed, 7 insertions, 7 deletions
diff --git a/connectivity/source/drivers/mork/MDatabaseMetaData.cxx b/connectivity/source/drivers/mork/MDatabaseMetaData.cxx
index bdcfb16d28d0..3b5197df500e 100644
--- a/connectivity/source/drivers/mork/MDatabaseMetaData.cxx
+++ b/connectivity/source/drivers/mork/MDatabaseMetaData.cxx
@@ -116,7 +116,7 @@ ODatabaseMetaDataResultSet::ORows& SAL_CALL ODatabaseMetaData::getColumnRows(
const OColumnAlias& colNames = m_pConnection->getColumnAlias();
SAL_INFO("connectivity.mork", "\tTableName = : " << table);
- // Iterate over all collumns in the table.
+ // Iterate over all columns in the table.
for ( OColumnAlias::AliasMap::const_iterator compare = colNames.begin();
compare != colNames.end();
++compare
diff --git a/drawinglayer/source/processor2d/hittestprocessor2d.cxx b/drawinglayer/source/processor2d/hittestprocessor2d.cxx
index f872cb751190..e584c8d1177f 100644
--- a/drawinglayer/source/processor2d/hittestprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/hittestprocessor2d.cxx
@@ -64,7 +64,7 @@ namespace drawinglayer
* basegfx::B2DVector(mfDiscreteHitTolerance, 0.0)).getLength();
}
- // gererate discrete hit position
+ // generate discrete hit position
maDiscreteHitPosition = getViewInformation2D().getObjectToViewTransformation() * rLogicHitPosition;
// check if HitTolerance is used
diff --git a/include/svx/deflt3d.hxx b/include/svx/deflt3d.hxx
index 8a062931f905..5aaa0b8bdcdc 100644
--- a/include/svx/deflt3d.hxx
+++ b/include/svx/deflt3d.hxx
@@ -67,7 +67,7 @@ private:
bool bDefaultExtrudeCloseBack;
public:
- // Construktor
+ // Constructor
E3dDefaultAttributes();
// Reset to defaults
diff --git a/sc/source/core/tool/stringutil.cxx b/sc/source/core/tool/stringutil.cxx
index c18c5445d447..afcbe7412474 100644
--- a/sc/source/core/tool/stringutil.cxx
+++ b/sc/source/core/tool/stringutil.cxx
@@ -366,13 +366,13 @@ sal_Int32 ScStringUtil::GetQuotedTokenCount(const OUString &rIn, const OUString&
sal_Unicode c = *pStr;
if ( cQuotedEndChar )
{
- // reached end of the quote ?
+ // reached end of the quote?
if ( c == cQuotedEndChar )
cQuotedEndChar = 0;
}
else
{
- // Is the char a quote-beginn char ?
+ // Is the char a quote-begin char?
sal_Int32 nQuoteIndex = 0;
while ( nQuoteIndex < nQuotedLen )
{
diff --git a/sw/source/core/layout/frmtool.cxx b/sw/source/core/layout/frmtool.cxx
index 833357dae20b..acd518932a47 100644
--- a/sw/source/core/layout/frmtool.cxx
+++ b/sw/source/core/layout/frmtool.cxx
@@ -1163,7 +1163,7 @@ void InsertCnt_( SwLayoutFrame *pLay, SwDoc *pDoc,
//We'd like to think that 20 Paragraphs fit on one page.
//So that it does not become in extreme situations so violent we calculate depending
//on the node something to it.
- //If in the DocStatistik a usable given pagenumber
+ //If in the DocStatistic an usable given pagenumber
//(Will be cared for while writing), so it will be presumed that this will be
//number of pages.
const bool bStartPercent = bPages && !nEndIndex;
diff --git a/sw/source/filter/ww8/wrtww8.cxx b/sw/source/filter/ww8/wrtww8.cxx
index 5dd31ea30c87..0bbc2216f024 100644
--- a/sw/source/filter/ww8/wrtww8.cxx
+++ b/sw/source/filter/ww8/wrtww8.cxx
@@ -775,7 +775,7 @@ const SfxPoolItem* MSWordExportBase::HasItem( sal_uInt16 nWhich ) const
if (m_pISet)
{
// if write a EditEngine text, then the WhichIds are greater as
- // ourer own Ids. So the Id have to translate from our into the
+ // our own Ids. So the Id have to translate from our into the
// EditEngine Range
nWhich = sw::hack::GetSetWhichFromSwDocWhich(*m_pISet, *m_pDoc, nWhich);
if (nWhich && SfxItemState::SET != m_pISet->GetItemState(nWhich, true, &pItem))