svx/qa/unit/xoutdev.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 04c2f370fa894315780d3f838e22e2e4c9479168
Author: Stephan Bergmann <[email protected]>
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);
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to