summaryrefslogtreecommitdiff
path: root/extensions/source/abpilot/abpservices.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/abpilot/abpservices.cxx')
-rw-r--r--extensions/source/abpilot/abpservices.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/abpilot/abpservices.cxx b/extensions/source/abpilot/abpservices.cxx
index 14070045a298..4a2ef7fe53c5 100644
--- a/extensions/source/abpilot/abpservices.cxx
+++ b/extensions/source/abpilot/abpservices.cxx
@@ -19,18 +19,18 @@
#include "componentmodule.hxx"
-//---------------------------------------------------------------------------------------
+
using namespace ::rtl;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::registry;
-//---------------------------------------------------------------------------------------
+
extern "C" void SAL_CALL createRegistryInfo_OABSPilotUno();
-//---------------------------------------------------------------------------------------
+
extern "C" void SAL_CALL abp_initializeModule()
{
@@ -43,7 +43,7 @@ extern "C" void SAL_CALL abp_initializeModule()
}
}
-//---------------------------------------------------------------------------------------
+
extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL abp_component_getFactory(
const sal_Char* pImplementationName,
void* pServiceManager,