diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-08-05 23:26:27 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-08-07 07:53:18 +0000 |
commit | ef698035aa2aa64fc4c4455b394e6782772fef4f (patch) | |
tree | e75853035e60af5cc5634ef776249dee37f24b7c /package/inc | |
parent | 745c7bce5fe8b218f7d300667a5409bc7ef58c34 (diff) |
Related: tdf#88314 delete temp files
clear to close the inputstream before attempting to delete the temp file, which
is plausible as the windows-specific failure in earlier attempts at this
Change-Id: I751aa3a098dd960f56b77a5f5fc93783c1060556
Reviewed-on: https://gerrit.libreoffice.org/17531
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'package/inc')
-rw-r--r-- | package/inc/ZipOutputEntry.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/inc/ZipOutputEntry.hxx b/package/inc/ZipOutputEntry.hxx index d431a0746ea7..3a6447cc9007 100644 --- a/package/inc/ZipOutputEntry.hxx +++ b/package/inc/ZipOutputEntry.hxx @@ -69,6 +69,7 @@ public: css::uno::Reference< css::io::XInputStream > getData() const; ::css::uno::Any getParallelDeflateException() const { return m_aParallelDeflateException; } void closeBufferFile(); + void deleteBufferFile(); ZipEntry* getZipEntry() { return m_pCurrentEntry; } ZipPackageStream* getZipPackageStream() { return m_pCurrentStream; } |