[Libreoffice-commits] core.git: svx/qa
Stephan Bergmann
sbergman at redhat.com
Wed Jun 29 07:47:11 UTC 2016
svx/qa/unit/xoutdev.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 04c2f370fa894315780d3f838e22e2e4c9479168
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Jun 29 09:46:45 2016 +0200
loplugin:defaultparams
Change-Id: I17fd4679e0a6a58856021b40575ac9603da01b37
diff --git a/svx/qa/unit/xoutdev.cxx b/svx/qa/unit/xoutdev.cxx
index 468d7ae..c053b26 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);
More information about the Libreoffice-commits
mailing list