[Libreoffice-commits] core.git: sw/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Fri Sep 6 08:09:49 UTC 2019
sw/source/filter/html/swhtml.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 00df1cd5d663216cf59465d3c6c23dafd0de6f81
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Sep 5 20:43:29 2019 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Sep 6 10:08:45 2019 +0200
ofz#15225 Timeout cut out uninteresting slow path
Change-Id: Ia9c1187891e4bf5515417b2e5ffc093ef2335af3
Reviewed-on: https://gerrit.libreoffice.org/78674
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sw/source/filter/html/swhtml.cxx b/sw/source/filter/html/swhtml.cxx
index 0584da04d08b..535a2373a823 100644
--- a/sw/source/filter/html/swhtml.cxx
+++ b/sw/source/filter/html/swhtml.cxx
@@ -857,7 +857,7 @@ void SwHTMLParser::Continue( HtmlTokenId nToken )
}
// adjust AutoLoad in DocumentProperties
- if( IsNewDoc() )
+ if (!utl::ConfigManager::IsFuzzing() && IsNewDoc())
{
SwDocShell *pDocShell(m_xDoc->GetDocShell());
OSL_ENSURE(pDocShell, "no SwDocShell");
More information about the Libreoffice-commits
mailing list