INTEGRATION: CWS rptchart02 (1.5.4); FILE MERGED

2008/04/16 06:36:11 oj 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED
2008/03/12 09:01:26 oj 1.5.4.1: register InternalDataProvider as service to use it as delegatee
This commit is contained in:
Rüdiger Timm 2008-06-16 11:57:38 +00:00
parent 838c93c2b8
commit 2a73459979

View file

@ -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 }
};