From f27201228123ed481401a3bc92df5f60160b031b Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Fri, 23 Nov 2007 11:08:50 +0000 Subject: INTEGRATION: CWS chart17 (1.3.32); FILE MERGED 2007/10/12 12:35:09 bm 1.3.32.1: #i7998# equations for regression curves --- chart2/source/tools/_serviceregistration_tools.cxx | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'chart2/source/tools/_serviceregistration_tools.cxx') diff --git a/chart2/source/tools/_serviceregistration_tools.cxx b/chart2/source/tools/_serviceregistration_tools.cxx index 9a8297bb129f..e7a54bacb308 100644 --- a/chart2/source/tools/_serviceregistration_tools.cxx +++ b/chart2/source/tools/_serviceregistration_tools.cxx @@ -4,9 +4,9 @@ * * $RCSfile: _serviceregistration_tools.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2007-07-25 09:02:37 $ + * last change: $Author: ihi $ $Date: 2007-11-23 12:08:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -45,6 +45,7 @@ #include "Scaling.hxx" #include "ErrorBar.hxx" #include "RegressionCurveModel.hxx" +#include "RegressionEquation.hxx" static struct ::cppu::ImplementationEntry g_entries_chart2_tools[] = { @@ -153,6 +154,14 @@ static struct ::cppu::ImplementationEntry g_entries_chart2_tools[] = , 0 , 0 } + ,{ + ::chart::RegressionEquation::create + , ::chart::RegressionEquation::getImplementationName_Static + , ::chart::RegressionEquation::getSupportedServiceNames_Static + , ::cppu::createSingleComponentFactory + , 0 + , 0 + } ,{ 0, 0, 0, 0, 0, 0 } }; -- cgit v1.2.3