summaryrefslogtreecommitdiff
path: root/fpicker/source/office/fps_office.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/office/fps_office.cxx')
-rw-r--r--fpicker/source/office/fps_office.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/fpicker/source/office/fps_office.cxx b/fpicker/source/office/fps_office.cxx
index 5e33e83fe2a4..0b4c2f341f61 100644
--- a/fpicker/source/office/fps_office.cxx
+++ b/fpicker/source/office/fps_office.cxx
@@ -31,21 +31,21 @@ static const cppu::ImplementationEntry g_entries[] =
SvtRemoteFilePicker::impl_createInstance,
SvtRemoteFilePicker::impl_getStaticImplementationName,
SvtRemoteFilePicker::impl_getStaticSupportedServiceNames,
- cppu::createSingleComponentFactory, 0, 0
+ cppu::createSingleComponentFactory, nullptr, 0
},
{
SvtFilePicker::impl_createInstance,
SvtFilePicker::impl_getStaticImplementationName,
SvtFilePicker::impl_getStaticSupportedServiceNames,
- cppu::createSingleComponentFactory, 0, 0
+ cppu::createSingleComponentFactory, nullptr, 0
},
{
SvtFolderPicker::impl_createInstance,
SvtFolderPicker::impl_getStaticImplementationName,
SvtFolderPicker::impl_getStaticSupportedServiceNames,
- cppu::createSingleComponentFactory, 0, 0
+ cppu::createSingleComponentFactory, nullptr, 0
},
- { 0, 0, 0, 0, 0, 0 }
+ { nullptr, nullptr, nullptr, nullptr, nullptr, 0 }
};
extern "C"