summaryrefslogtreecommitdiff
path: root/cui/source/uno/services.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/uno/services.cxx')
-rw-r--r--cui/source/uno/services.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/uno/services.cxx b/cui/source/uno/services.cxx
index 893388e9aeba..20951e159242 100644
--- a/cui/source/uno/services.cxx
+++ b/cui/source/uno/services.cxx
@@ -29,8 +29,8 @@ using namespace com::sun::star;
namespace
{
cppu::ImplementationEntry entries[] = {
- { &::cui::ColorPicker_createInstance, &::cui::ColorPicker_getImplementationName, &::cui::ColorPicker_getSupportedServiceNames, &cppu::createSingleComponentFactory, 0, 0 },
- { 0, 0, 0, 0, 0, 0 }
+ { &::cui::ColorPicker_createInstance, &::cui::ColorPicker_getImplementationName, &::cui::ColorPicker_getSupportedServiceNames, &cppu::createSingleComponentFactory, nullptr, 0 },
+ { nullptr, nullptr, nullptr, nullptr, nullptr, 0 }
};
}