summaryrefslogtreecommitdiff
path: root/sd/source/ui/remotecontrol/ImagePreparer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/remotecontrol/ImagePreparer.cxx')
-rw-r--r--sd/source/ui/remotecontrol/ImagePreparer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/remotecontrol/ImagePreparer.cxx b/sd/source/ui/remotecontrol/ImagePreparer.cxx
index 7de0bf84fccd..dd50f1f3516a 100644
--- a/sd/source/ui/remotecontrol/ImagePreparer.cxx
+++ b/sd/source/ui/remotecontrol/ImagePreparer.cxx
@@ -113,7 +113,7 @@ uno::Sequence<sal_Int8> ImagePreparer::preparePreview(
sal_uInt64 &rSize )
{
OUString aFileURL;
- FileBase::createTempFile( 0, 0, &aFileURL );
+ FileBase::createTempFile( nullptr, nullptr, &aFileURL );
uno::Reference< drawing::XGraphicExportFilter > xFilter =
drawing::GraphicExportFilter::create( ::comphelper::getProcessComponentContext() );