cui/source/dialogs/hangulhanjadlg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6e385ead86ea44573401d113812dc3cffb5ed77c
Author: Caolán McNamara <caol...@redhat.com>
Date:   Fri Apr 20 09:03:04 2018 +0100

    bump the MAXNUM_SUGGESTIONS comparision
    
    Change-Id: Id42a6ffb19a8f7e5425ade86e5e042edfa279d27
    Reviewed-on: https://gerrit.libreoffice.org/53186
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

diff --git a/cui/source/dialogs/hangulhanjadlg.cxx 
b/cui/source/dialogs/hangulhanjadlg.cxx
index 64be36bab3da..cba5add90558 100644
--- a/cui/source/dialogs/hangulhanjadlg.cxx
+++ b/cui/source/dialogs/hangulhanjadlg.cxx
@@ -1750,7 +1750,7 @@ namespace svx
         m_aDeletePB->SetClickHdl( LINK( this, HangulHanjaEditDictDialog, 
DeletePBPushHdl ) );
         m_aDeletePB->Enable( false );
 
-        static_assert(MAXNUM_SUGGESTIONS > 5, "number of suggestions should 
not under-run the value of 5");
+        static_assert(MAXNUM_SUGGESTIONS >= 5, "number of suggestions should 
not under-run the value of 5");
 
         Link<ScrollBar*,void>  aScrLk( LINK( this, HangulHanjaEditDictDialog, 
ScrollHdl ) );
         m_aScrollSB->SetScrollHdl( aScrLk );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to