From 2a734599790f23bf998463b27e1bf54b437b23e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Mon, 16 Jun 2008 11:57:38 +0000 Subject: [PATCH] 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 --- chart2/source/tools/_serviceregistration_tools.cxx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 } };