summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xeescher.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xeescher.hxx')
-rw-r--r--sc/source/filter/inc/xeescher.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/xeescher.hxx b/sc/source/filter/inc/xeescher.hxx
index 55e970ed4e86..c7adf1050b9b 100644
--- a/sc/source/filter/inc/xeescher.hxx
+++ b/sc/source/filter/inc/xeescher.hxx
@@ -438,7 +438,7 @@ private:
void InitStream( bool bTempFile );
private:
- std::optional< ::utl::TempFile > moTempFile;
+ std::optional< ::utl::TempFileFast > moTempFile;
SvStream* mpDffStrm = nullptr;
std::unique_ptr<SvMemoryStream> mpBackupStrm;
std::shared_ptr< XclEscherEx > mxEscherEx;