[Libreoffice-commits] .: sw/source

Philipp Weissenbacher p.weissenbacher at kemper.freedesktop.org
Wed Jun 20 04:12:34 PDT 2012


 sw/source/core/tox/tox.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 29d53d239066f967155e61aebc9cc3984756eb16
Author: Philipp Weissenbacher <p.weissenbacher at gmail.com>
Date:   Wed Jun 20 13:12:02 2012 +0200

    Fix some sloppiness
    
    Change-Id: Ie91b4fb5c3b1916701199f3f787b11dfe2881b6c

diff --git a/sw/source/core/tox/tox.cxx b/sw/source/core/tox/tox.cxx
index 3731435..6a638c1 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 )
                 {


More information about the Libreoffice-commits mailing list