summaryrefslogtreecommitdiff
path: root/xmlscript/source/misc/unoservices.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlscript/source/misc/unoservices.cxx')
-rw-r--r--xmlscript/source/misc/unoservices.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/xmlscript/source/misc/unoservices.cxx b/xmlscript/source/misc/unoservices.cxx
index c3eaac582e6a..8d89cef7e758 100644
--- a/xmlscript/source/misc/unoservices.cxx
+++ b/xmlscript/source/misc/unoservices.cxx
@@ -30,29 +30,29 @@ namespace xmlscript
{
create_DocumentHandlerImpl, getImplementationName_DocumentHandlerImpl,
getSupportedServiceNames_DocumentHandlerImpl, ::cppu::createSingleComponentFactory,
- 0, 0
+ nullptr, 0
},
{
create_XMLBasicExporter, getImplementationName_XMLBasicExporter,
getSupportedServiceNames_XMLBasicExporter, ::cppu::createSingleComponentFactory,
- 0, 0
+ nullptr, 0
},
{
create_XMLOasisBasicExporter, getImplementationName_XMLOasisBasicExporter,
getSupportedServiceNames_XMLOasisBasicExporter, ::cppu::createSingleComponentFactory,
- 0, 0
+ nullptr, 0
},
{
create_XMLBasicImporter, getImplementationName_XMLBasicImporter,
getSupportedServiceNames_XMLBasicImporter, ::cppu::createSingleComponentFactory,
- 0, 0
+ nullptr, 0
},
{
create_XMLOasisBasicImporter, getImplementationName_XMLOasisBasicImporter,
getSupportedServiceNames_XMLOasisBasicImporter, ::cppu::createSingleComponentFactory,
- 0, 0
+ nullptr, 0
},
- { 0, 0, 0, 0, 0, 0 }
+ { nullptr, nullptr, nullptr, nullptr, nullptr, 0 }
};
}