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:
parent
838c93c2b8
commit
2a73459979
1 changed files with 10 additions and 1 deletions
|
@ -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 }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue