diff options
Diffstat (limited to 'svx/qa')
-rw-r--r-- | svx/qa/unit/xoutdev.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/qa/unit/xoutdev.cxx b/svx/qa/unit/xoutdev.cxx index 468d7aef6414..c053b26b2598 100644 --- a/svx/qa/unit/xoutdev.cxx +++ b/svx/qa/unit/xoutdev.cxx @@ -41,7 +41,7 @@ void XOutdevTest::testPdfGraphicExport() // Export it. utl::TempFile aTempFile; - aTempFile.EnableKillingFile(true); + aTempFile.EnableKillingFile(); XOutFlags eFlags = XOutFlags::DontExpandFilename | XOutFlags::DontAddExtension | XOutFlags::UseNativeIfPossible; OUString aTempURL = aTempFile.GetURL(); XOutBitmap::WriteGraphic(aGraphic, aTempURL, "pdf", eFlags); |