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

Nicolas Christener nicu at 0x17.ch
Thu Sep 24 15:45:05 PDT 2015


 sw/source/core/table/swtable.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5e1944c70b6423b47e1490df7920217e83d662c9
Author: Nicolas Christener <nicu at 0x17.ch>
Date:   Thu Sep 24 17:10:32 2015 +0200

    translate DE->EN, fix typo
    
    Change-Id: I67f0161ab0ed1d44df1b8dbcfd1d200f5e9bbe2f
    Reviewed-on: https://gerrit.libreoffice.org/18829
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/sw/source/core/table/swtable.cxx b/sw/source/core/table/swtable.cxx
index 93abe09..ca75280 100644
--- a/sw/source/core/table/swtable.cxx
+++ b/sw/source/core/table/swtable.cxx
@@ -888,7 +888,7 @@ void SwTable::SetTabCols( const SwTabCols &rNew, const SwTabCols &rOld,
 
     Parm aParm( rNew, rOld );
 
-    OSL_ENSURE( rOld.Count() == rNew.Count(), "Columnanzahl veraendert.");
+    OSL_ENSURE( rOld.Count() == rNew.Count(), "Number of columns changed.");
 
     // Convert the edges. We need to adjust the size of the table and some boxes.
     // For the size adjustment, we must not make use of the Modify, since that'd
@@ -2239,7 +2239,7 @@ void SwTableBoxFormat::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew
                 SwTableBox* pBox = aIter.First();
                 if( pBox )
                 {
-                    OSL_ENSURE( !aIter.Next(), "zeor or more than one box at format" );
+                    OSL_ENSURE( !aIter.Next(), "zero or more than one box at format" );
 
                     sal_uLong nNewFormat;
                     if( pNewFormat )


More information about the Libreoffice-commits mailing list