[Libreoffice-commits] core.git: writerfilter/source

Miklos Vajna vmiklos at collabora.co.uk
Tue May 27 02:23:55 PDT 2014


 writerfilter/source/ooxml/OOXMLDocumentImpl.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit cd1abdce1eafa7f2225e4050d1a075154b5e7d67
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

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