diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-04-13 23:01:34 +0200 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-04-13 23:13:58 +0200 |
commit | ccbe5105ca782f4d6efc4de5fb4e0a4714d59ab1 (patch) | |
tree | 9dbc2774c97560fb81f44976cc1d9285d6302cac /sd | |
parent | e679c101ac6c995aa26c9e1490ddb8233e668438 (diff) |
sd html export: reset progress bar in single document mode
Change-Id: I455588c927cc35660023f74885f63108625cd123
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/filter/html/htmlex.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/filter/html/htmlex.cxx b/sd/source/filter/html/htmlex.cxx index f3ff94e8e3ae..a5923240f933 100644 --- a/sd/source/filter/html/htmlex.cxx +++ b/sd/source/filter/html/htmlex.cxx @@ -705,6 +705,7 @@ void HtmlExport::ExportSingleDocument() WriteHtml(maDocFileName, false, aStr.makeStringAndClear()); pOutliner->Clear(); + ResetProgress(); } // exports the (in the c'tor specified impress document) to html |