diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-18 15:36:19 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-19 10:05:45 +0000 |
commit | 47a9523f3fdc0bde2103e3c247fe9a74ab96af81 (patch) | |
tree | f4e9328c9563e9cb55fa2469108b2c28b3aec89d /sw | |
parent | 6b9498c65b0a549e97c287439131759aac3abc1b (diff) |
Fix typos + some German translations
Change-Id: I1c5bb725ffdf72363279436ad9bbb88064228253
Reviewed-on: https://gerrit.libreoffice.org/35406
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/doc.hxx | 2 | ||||
-rw-r--r-- | sw/source/core/docnode/ndtbl.cxx | 2 | ||||
-rw-r--r-- | sw/source/core/text/txtftn.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index 57c8cf584580..e2d2c1751010 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -944,7 +944,7 @@ public: const SwTOXMark& GotoTOXMark( const SwTOXMark& rCurTOXMark, SwTOXSearch eDir, bool bInReadOnly ); - // Insert/Renew table/indes + // Insert/Renew table/index SwTOXBaseSection* InsertTableOf( const SwPosition& rPos, const SwTOXBase& rTOX, const SfxItemSet* pSet = nullptr, diff --git a/sw/source/core/docnode/ndtbl.cxx b/sw/source/core/docnode/ndtbl.cxx index a30650c3bdd4..5a3abcb11420 100644 --- a/sw/source/core/docnode/ndtbl.cxx +++ b/sw/source/core/docnode/ndtbl.cxx @@ -1867,7 +1867,7 @@ bool SwDoc::DeleteRow( const SwCursor& rCursor ) if( pESh ) { pESh->KillPams(); - // FIXME: Actually we should be interating over all Shells! + // FIXME: actually we should be iterating over all Shells! } FndBox_* pFndBox = &aFndBox; diff --git a/sw/source/core/text/txtftn.cxx b/sw/source/core/text/txtftn.cxx index 3c5b7ccc8595..4348d2d1344c 100644 --- a/sw/source/core/text/txtftn.cxx +++ b/sw/source/core/text/txtftn.cxx @@ -1051,7 +1051,7 @@ sal_Int32 SwTextFormatter::FormatQuoVadis( const sal_Int32 nOffset ) // A remark on QuoVadis/ErgoSum: // We use the Font set for the Paragraph for these texts. - // Thus, we initialze: + // Thus, we initialize: // TODO: ResetFont(); FeedInf( rInf ); SeekStartAndChg( rInf, true ); |