summaryrefslogtreecommitdiff
path: root/chart2/source/tools/_serviceregistration_tools.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-23 11:08:50 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-23 11:08:50 +0000
commitf27201228123ed481401a3bc92df5f60160b031b (patch)
treead4ee9f5a4c0e1712ec9f294ada1696e19ae7a85 /chart2/source/tools/_serviceregistration_tools.cxx
parent6f2db986171a19e561079beb74f15987186ae289 (diff)
INTEGRATION: CWS chart17 (1.3.32); FILE MERGED
2007/10/12 12:35:09 bm 1.3.32.1: #i7998# equations for regression curves
Diffstat (limited to 'chart2/source/tools/_serviceregistration_tools.cxx')
-rw-r--r--chart2/source/tools/_serviceregistration_tools.cxx13
1 files changed, 11 insertions, 2 deletions
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 }
};