Kaydet (Commit) 0fa67a1f authored tarafından Caolán McNamara's avatar Caolán McNamara

ofz#3004 Timeout

Change-Id: Ib7303688d6f77d2c29114787883238577c43b68d
Reviewed-on: https://gerrit.libreoffice.org/49628Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst d1b13f48
......@@ -67,6 +67,7 @@
#include <fmtflcnt.hxx>
#include <docedt.hxx>
#include <unotools/charclass.hxx>
#include <unotools/configmgr.hxx>
#include <sfx2/Metadatable.hxx>
#include <svl/stritem.hxx>
#include <svl/itemiter.hxx>
......@@ -3079,6 +3080,9 @@ bool DocumentContentOperationsManager::InsertPoolItem(
const SetAttrMode nFlags,
const bool bExpandCharToPara)
{
if (utl::ConfigManager::IsFuzzing())
return false;
SwDataChanged aTmp( rRg );
SwUndoAttr* pUndoAttr = nullptr;
if (m_rDoc.GetIDocumentUndoRedo().DoesUndo())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment