summaryrefslogtreecommitdiff
path: root/sd/qa/unit/HtmlExportTest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/qa/unit/HtmlExportTest.cxx')
-rw-r--r--sd/qa/unit/HtmlExportTest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/unit/HtmlExportTest.cxx b/sd/qa/unit/HtmlExportTest.cxx
index dc7a2d73b381..c409dc12f468 100644
--- a/sd/qa/unit/HtmlExportTest.cxx
+++ b/sd/qa/unit/HtmlExportTest.cxx
@@ -21,7 +21,7 @@ private:
{
FileFormat* pFormat = getFormat(HTML);
OUString aExt = "." + OUString::createFromAscii(pFormat->pName);
- utl::TempFile aTempFile(OUString(), true, &aExt);
+ utl::TempFile aTempFile(u"", true, &aExt);
aTempFile.EnableKillingFile();
exportTo(xDocShRef.get(), pFormat, aTempFile);
return parseHtml(aTempFile);