[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - writerfilter/source
Miklos Vajna
vmiklos at collabora.co.uk
Tue May 27 02:28:37 PDT 2014
writerfilter/source/ooxml/OOXMLDocumentImpl.cxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit dc17b03f29e206c4d06b047934a2d6d68a288b06
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Tue May 27 11:10:59 2014 +0200
fdo#78348 DOCX import: end progressbar after parsing is done
Change-Id: Id3db99a7ea341bcfc9bf2cd2b718e70a17d41f76
(cherry picked from commit cd1abdce1eafa7f2225e4050d1a075154b5e7d67)
diff --git a/writerfilter/source/ooxml/OOXMLDocumentImpl.cxx b/writerfilter/source/ooxml/OOXMLDocumentImpl.cxx
index edc53ff..35773d7 100644
--- a/writerfilter/source/ooxml/OOXMLDocumentImpl.cxx
+++ b/writerfilter/source/ooxml/OOXMLDocumentImpl.cxx
@@ -523,6 +523,9 @@ void OOXMLDocumentImpl::resolve(Stream & rStream)
}
}
+ if (mxStatusIndicator.is())
+ mxStatusIndicator->end();
+
#ifdef DEBUG_RESOLVE
debug_logger->endElement();
#endif
More information about the Libreoffice-commits
mailing list