[Libreoffice-commits] core.git: sw/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Nov 19 22:22:50 UTC 2019


 sw/source/core/undo/untbl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b336e38e0695d6c1674fe268548c96c8ec22e282
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Nov 19 22:41:34 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Nov 19 23:21:57 2019 +0100

    Fix typo
    
    Change-Id: I7068288ae990c9909000e9b088c03f3608694f6a
    Reviewed-on: https://gerrit.libreoffice.org/83241
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sw/source/core/undo/untbl.cxx b/sw/source/core/undo/untbl.cxx
index 9d1675c0f304..b3b2fdd34403 100644
--- a/sw/source/core/undo/untbl.cxx
+++ b/sw/source/core/undo/untbl.cxx
@@ -1403,7 +1403,7 @@ SwUndoTableAutoFormat::SwUndoTableAutoFormat( const SwTableNode& rTableNd,
 
     if( rAFormat.IsFont() || rAFormat.IsJustify() )
     {
-        // than also go over the ContentNodes of the EndBoxes and collect
+        // then also go over the ContentNodes of the EndBoxes and collect
         // all paragraph attributes
         pSaveTable->SaveContentAttrs( const_cast<SwDoc*>(rTableNd.GetDoc()) );
         bSaveContentAttr = true;


More information about the Libreoffice-commits mailing list