summaryrefslogtreecommitdiff
path: root/chart2/source/model/main/_serviceregistration_model.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-05 16:15:40 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-05 16:15:40 +0000
commit4e2874a83c53490acfd12c7e7390366eefc8b607 (patch)
treed06e52a958d156cb1c3e93e34e646256e864635e /chart2/source/model/main/_serviceregistration_model.cxx
parent84e694881bf0578d384d36dca76a59f678279dfb (diff)
INTEGRATION: CWS rptchart01_DEV300 (1.6.64); FILE MERGED
2008/01/25 08:32:20 oj 1.6.64.1: #i85225# allow dochandler and new filter for report chart filtering
Diffstat (limited to 'chart2/source/model/main/_serviceregistration_model.cxx')
-rw-r--r--chart2/source/model/main/_serviceregistration_model.cxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/chart2/source/model/main/_serviceregistration_model.cxx b/chart2/source/model/main/_serviceregistration_model.cxx
index a603f5c89a29..317431ac0dc3 100644
--- a/chart2/source/model/main/_serviceregistration_model.cxx
+++ b/chart2/source/model/main/_serviceregistration_model.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: _serviceregistration_model.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2007-07-25 08:52:12 $
+ * last change: $Author: kz $ $Date: 2008-03-05 17:15:40 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -151,6 +151,14 @@ static struct ::cppu::ImplementationEntry g_entries_chart2_model[] =
, 0
}
,{
+ ::chart::XMLReportFilterHelper::create
+ , ::chart::XMLReportFilterHelper::getImplementationName_Static
+ , ::chart::XMLFilter::getSupportedServiceNames_Static // we support the same, because we are derived from
+ , ::cppu::createSingleComponentFactory
+ , 0
+ , 0
+ }
+ ,{
::chart::PolarCoordinateSystem2d::create
, ::chart::PolarCoordinateSystem2d::getImplementationName_Static
, ::chart::PolarCoordinateSystem2d::getSupportedServiceNames_Static