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

Samuel Mehrbrodt Samuel.Mehrbrodt at cib.de
Fri Nov 10 14:59:37 UTC 2017


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

New commits:
commit 49b373a983328cf09ba13f218d5f5aac51c463e9
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Date:   Wed Sep 27 11:54:50 2017 +0200

    Translate German comment to English
    
    Change-Id: Ia7970d9318c0e9f738d7cdf646de2dd38f869a3c
    Reviewed-on: https://gerrit.libreoffice.org/42847
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
    Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/sw/source/core/docnode/section.cxx b/sw/source/core/docnode/section.cxx
index 43292450c704..5a59b878dee1 100644
--- a/sw/source/core/docnode/section.cxx
+++ b/sw/source/core/docnode/section.cxx
@@ -877,7 +877,7 @@ static bool lcl_SectionCmpPos( const SwSection *pFirst, const SwSection *pSecond
     OSL_ENSURE( pFSectFormat && pSSectFormat &&
             pFSectFormat->GetContent(false).GetContentIdx() &&
             pSSectFormat->GetContent(false).GetContentIdx(),
-                "ungueltige Sections" );
+                "Invalid sections" );
     return pFSectFormat->GetContent(false).GetContentIdx()->GetIndex() <
                   pSSectFormat->GetContent(false).GetContentIdx()->GetIndex();
 }


More information about the Libreoffice-commits mailing list