diff --git a/chart2/source/tools/_serviceregistration_tools.cxx b/chart2/source/tools/_serviceregistration_tools.cxx index f54ae6e80dbb..1726a0540ac2 100644 --- a/chart2/source/tools/_serviceregistration_tools.cxx +++ b/chart2/source/tools/_serviceregistration_tools.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: _serviceregistration_tools.cxx,v $ - * $Revision: 1.6 $ + * $Revision: 1.7 $ * * This file is part of OpenOffice.org. * @@ -39,6 +39,7 @@ #include "ErrorBar.hxx" #include "RegressionCurveModel.hxx" #include "RegressionEquation.hxx" +#include "InternalDataProvider.hxx" static struct ::cppu::ImplementationEntry g_entries_chart2_tools[] = { @@ -163,6 +164,14 @@ static struct ::cppu::ImplementationEntry g_entries_chart2_tools[] = , 0 , 0 } + ,{ + ::chart::InternalDataProvider::create + , ::chart::InternalDataProvider::getImplementationName_Static + , ::chart::InternalDataProvider::getSupportedServiceNames_Static + , ::cppu::createSingleComponentFactory + , 0 + , 0 + } ,{ 0, 0, 0, 0, 0, 0 } };