editeng/source/items/textitem.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d048de6e9fb9197250e924553d46fd6ec4820cb9
Author:     Caolán McNamara <caolan.mcnam...@collabora.com>
AuthorDate: Fri Dec 29 16:19:51 2023 +0000
Commit:     Caolán McNamara <caolan.mcnam...@collabora.com>
CommitDate: Fri Dec 29 20:16:53 2023 +0100

    ofz#65377 Timeout
    
    reduce further to 120points
    
    Change-Id: Idf9892ae01fb6ff3e6cf9b064c2999da9a3a94d4
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161430
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com>

diff --git a/editeng/source/items/textitem.cxx 
b/editeng/source/items/textitem.cxx
index e242566bd36f..9fd6c651985e 100644
--- a/editeng/source/items/textitem.cxx
+++ b/editeng/source/items/textitem.cxx
@@ -765,7 +765,7 @@ bool SvxFontHeightItem::PutValue( const uno::Any& rVal, 
sal_uInt8 nMemberId )
             if (fPoint < 0. || fPoint > 10000.)
                 return false;
             static bool bFuzzing = utl::ConfigManager::IsFuzzing();
-            if (bFuzzing && fPoint > 240)
+            if (bFuzzing && fPoint > 120)
             {
                 SAL_WARN("editeng.items", "SvxFontHeightItem ignoring font 
size of " << fPoint << " for performance");
                 return false;

Reply via email to