From 4b95451f859bac8e05956ce12df17f1ee410032d Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 21 Sep 2022 20:54:00 +0200 Subject: split utl::TempFile into fast and named variants which makes it easier to know what each variant requires to stay on it's happy path Change-Id: I3275a2543573367714bc78092e882f6535507285 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140469 Tested-by: Jenkins Reviewed-by: Noel Grandin --- starmath/qa/extras/mmlexport-test.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starmath') diff --git a/starmath/qa/extras/mmlexport-test.cxx b/starmath/qa/extras/mmlexport-test.cxx index d41ba41e6c69..f74c0c76c851 100644 --- a/starmath/qa/extras/mmlexport-test.cxx +++ b/starmath/qa/extras/mmlexport-test.cxx @@ -77,7 +77,7 @@ void MathMLExportTest::registerNamespaces(xmlXPathContextPtr& pXmlXPathCtx) xmlDocUniquePtr MathMLExportTest::exportAndParse() { - utl::TempFile aTempFile; + utl::TempFileNamed aTempFile; aTempFile.EnableKillingFile(); SfxMedium aStoreMedium(aTempFile.GetURL(), StreamMode::STD_WRITE); std::shared_ptr pExportFilter = SfxFilter::GetFilterByName(MATHML_XML); -- cgit