summaryrefslogtreecommitdiff
path: root/formula/source/core/api/services.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'formula/source/core/api/services.cxx')
-rw-r--r--formula/source/core/api/services.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/formula/source/core/api/services.cxx b/formula/source/core/api/services.cxx
index 039d796c6e9c..3bcfbf7052f7 100644
--- a/formula/source/core/api/services.cxx
+++ b/formula/source/core/api/services.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -48,11 +48,11 @@ namespace
cppu::ImplementationEntry entries[] = {
{ &FormulaOpCodeMapperObj::create, &FormulaOpCodeMapperObj::getImplementationName_Static, &FormulaOpCodeMapperObj::getSupportedServiceNames_Static,
&cppu::createSingleComponentFactory, 0, 0 },
- { 0, 0, 0, 0, 0, 0 }
+ { 0, 0, 0, 0, 0, 0 }
};
}
-extern "C"
+extern "C"
{
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
char const * implName, void * serviceManager, void * registryKey)