diff options
Diffstat (limited to 'chart2/source/model')
-rw-r--r-- | chart2/source/model/main/_serviceregistration_model.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chart2/source/model/main/_serviceregistration_model.cxx b/chart2/source/model/main/_serviceregistration_model.cxx index 911eb0509a3d..0245532004ca 100644 --- a/chart2/source/model/main/_serviceregistration_model.cxx +++ b/chart2/source/model/main/_serviceregistration_model.cxx @@ -35,6 +35,7 @@ #include "XMLFilter.hxx" #include "_serviceregistration_charttypes.hxx" +#include "charttoolsdllapi.hxx" static const struct ::cppu::ImplementationEntry g_entries_chart2_model[] = { @@ -174,8 +175,6 @@ static const struct ::cppu::ImplementationEntry g_entries_chart2_model[] = // component exports extern "C" { -SAL_DLLPUBLIC_EXPORT void * SAL_CALL charttools_component_getFactory( - const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ); SAL_DLLPUBLIC_EXPORT void * SAL_CALL chartcore_component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) { |