Kaydet (Commit) cd1abdce authored tarafından Miklos Vajna's avatar Miklos Vajna

fdo#78348 DOCX import: end progressbar after parsing is done

Change-Id: Id3db99a7ea341bcfc9bf2cd2b718e70a17d41f76
üst 732eee2d
...@@ -523,6 +523,9 @@ void OOXMLDocumentImpl::resolve(Stream & rStream) ...@@ -523,6 +523,9 @@ void OOXMLDocumentImpl::resolve(Stream & rStream)
} }
} }
if (mxStatusIndicator.is())
mxStatusIndicator->end();
#ifdef DEBUG_RESOLVE #ifdef DEBUG_RESOLVE
debug_logger->endElement(); debug_logger->endElement();
#endif #endif
......
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