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

Julien Nabet serval2412 at yahoo.fr
Fri May 13 07:05:48 UTC 2016


 sw/source/core/text/txtfrm.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 3581dde3246b2bcdeee079879090d2317adc8f63
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Thu May 12 19:43:32 2016 +0200

    Fix wrong comment
    
    Change-Id: Idcb57eaa43c753bf4920787c5f342e1ac923ff3f
    Reviewed-on: https://gerrit.libreoffice.org/24939
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
    Tested-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/sw/source/core/text/txtfrm.cxx b/sw/source/core/text/txtfrm.cxx
index f2b93ff..1250d4b 100644
--- a/sw/source/core/text/txtfrm.cxx
+++ b/sw/source/core/text/txtfrm.cxx
@@ -1444,8 +1444,7 @@ static bool lcl_ErgoVadis( SwTextFrame* pFrame, sal_Int32 &rPos, const PrepareHi
     return true;
 }
 
-// Silence over-eager warning emitted at least by GCC 5.3.1 in certain
-// instantiations:
+// Silence over-eager warning emitted at least by GCC 5.3.1
 #if defined __GNUC__ && !defined __clang__
 # pragma GCC diagnostic push
 # pragma GCC diagnostic ignored "-Wstrict-overflow"


More information about the Libreoffice-commits mailing list