summaryrefslogtreecommitdiff
path: root/svx/qa
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-06-29 09:46:45 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-06-29 09:46:45 +0200
commit04c2f370fa894315780d3f838e22e2e4c9479168 (patch)
tree938deacb46e7b629462d2ab45a08f83c556aa024 /svx/qa
parent9503a69514460ccf56cf570e04236b001da13f22 (diff)
loplugin:defaultparams
Change-Id: I17fd4679e0a6a58856021b40575ac9603da01b37
Diffstat (limited to 'svx/qa')
-rw-r--r--svx/qa/unit/xoutdev.cxx2
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);