| commit | 0fa67a1f2b92c26e45c1b2efd01728cb55f4a83b | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Tue Feb 13 10:17:51 2018 +0000 |
| committer | Caolán McNamara <caolanm@redhat.com> | Tue Feb 13 15:01:24 2018 +0100 |
| tree | eee473a642f8d9ed11d85a136c0f41ed308c8137 | |
| parent | d1b13f486eacc60c9b71ec9f1b29cde2f4504d4e [diff] |
ofz#3004 Timeout Change-Id: Ib7303688d6f77d2c29114787883238577c43b68d Reviewed-on: https://gerrit.libreoffice.org/49628 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/sw/source/core/doc/DocumentContentOperationsManager.cxx b/sw/source/core/doc/DocumentContentOperationsManager.cxx index 2f0edac..d5aea24 100644 --- a/sw/source/core/doc/DocumentContentOperationsManager.cxx +++ b/sw/source/core/doc/DocumentContentOperationsManager.cxx
@@ -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())