summaryrefslogtreecommitdiff
path: root/chart2/source/tools/_serviceregistration_tools.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-05 16:16:19 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-05 16:16:19 +0000
commit453bf4a1681ca6fb6639f2fb33da6ebbf388c091 (patch)
tree599d3375ca84b85a03f3d19b66d5268955845be3 /chart2/source/tools/_serviceregistration_tools.cxx
parentbe8e7833ed3a0d3377ea7c3eb5e873432b4aec13 (diff)
INTEGRATION: CWS rptchart01_DEV300 (1.4.28); FILE MERGED
2008/01/25 08:31:23 oj 1.4.28.1: #i85225# allow CachedDataSequence to be created as uno service
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 e7a54bacb308..5154cd771b7d 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.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: ihi $ $Date: 2007-11-23 12:08:50 $
+ * last change: $Author: kz $ $Date: 2008-03-05 17:16:19 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -40,6 +40,7 @@
#include <cppuhelper/implementationentry.hxx>
#endif
#include "LabeledDataSequence.hxx"
+#include "CachedDataSequence.hxx"
#include "DataSource.hxx"
#include "ConfigColorScheme.hxx"
#include "Scaling.hxx"
@@ -58,6 +59,14 @@ static struct ::cppu::ImplementationEntry g_entries_chart2_tools[] =
, 0
}
,{
+ ::chart::CachedDataSequence::create
+ , ::chart::CachedDataSequence::getImplementationName_Static
+ , ::chart::CachedDataSequence::getSupportedServiceNames_Static
+ , ::cppu::createSingleComponentFactory
+ , 0
+ , 0
+ }
+ ,{
::chart::DataSource::create
, ::chart::DataSource::getImplementationName_Static
, ::chart::DataSource::getSupportedServiceNames_Static