summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorPhilipp Weissenbacher <p.weissenbacher@gmail.com>2012-06-20 13:12:02 +0200
committerPhilipp Weissenbacher <p.weissenbacher@gmail.com>2012-06-20 13:12:16 +0200
commit29d53d239066f967155e61aebc9cc3984756eb16 (patch)
tree1106ca90fb59066b33cb5aad3bc170fd5a9b55b2 /sw
parent81099135677ac6997473ca01a297c32025c58662 (diff)
Fix some sloppiness
Change-Id: Ie91b4fb5c3b1916701199f3f787b11dfe2881b6c
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/tox/tox.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/tox/tox.cxx b/sw/source/core/tox/tox.cxx
index 373143543f75..6a638c16e06a 100644
--- a/sw/source/core/tox/tox.cxx
+++ b/sw/source/core/tox/tox.cxx
@@ -194,7 +194,7 @@ SwTOXMark::SwTOXMark( const SwTOXMark& rCopy )
bAutoGenerated( rCopy.bAutoGenerated),
bMainEntry(rCopy.bMainEntry)
{
- // AlternativString kopieren
+ // Copy AlternativString
aAltText = rCopy.aAltText;
}
@@ -302,7 +302,7 @@ SwForm::SwForm( TOXTypes eTyp ) // #i21237#
// The table of contents has a certain number of headlines + headings
// The user has 10 levels + headings
- // Keyword has 3 levels + headings Ueberschrift + seperator
+ // Keyword has 3 levels + headings+ separator
// Indexes of tables, object illustrations and authorities consist of a heading and one level
sal_uInt16 nPoolId;
@@ -468,7 +468,7 @@ void SwForm::AdjustTabStops(SwDoc& rDoc, sal_Bool bInsertNewTapStops) // #i21237
const SvxTabStop& rTab = (*pTabStops)[nTab];
// #i29178#
- // For Word import, we do not want to replace exising tokens,
+ // For Word import, we do not want to replace existing tokens,
// we insert new tabstop tokens without a tabstop character:
if ( bInsertNewTapStops )
{