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 67c0560d3d68..50602707300c 100644
--- a/sd/qa/unit/HtmlExportTest.cxx
+++ b/sd/qa/unit/HtmlExportTest.cxx
@@ -20,7 +20,7 @@ private:
htmlDocPtr exportAndParseHtml(sd::DrawDocShellRef& xDocShRef)
{
FileFormat* pFormat = getFormat(HTML);
- OUString aExt = OUString( "." ) + OUString::createFromAscii(pFormat->pName);
+ OUString aExt = "." + OUString::createFromAscii(pFormat->pName);
utl::TempFile aTempFile(OUString(), true, &aExt);
aTempFile.EnableKillingFile();
exportTo(xDocShRef, pFormat, aTempFile);