summaryrefslogtreecommitdiff
path: root/reportdesign
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-05 17:12:15 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-05 17:12:15 +0000
commitf99046868b0b5feba9713e77bdd7aaefc1c943d1 (patch)
tree3f4f5159c7db5912d2686ab831e82ebfe7a2a65c /reportdesign
parent31cf6ae94f6b8f1e28cf63e7a55cc6df1f344e0c (diff)
INTEGRATION: CWS rptchart01_DEV300 (1.3.36); FILE MERGED
2008/01/24 12:39:33 oj 1.3.36.1: #i85225# changes for chart
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/ui/misc/rptuiservices.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/reportdesign/source/ui/misc/rptuiservices.cxx b/reportdesign/source/ui/misc/rptuiservices.cxx
index 2a1e26760184..7f366cea1c91 100644
--- a/reportdesign/source/ui/misc/rptuiservices.cxx
+++ b/reportdesign/source/ui/misc/rptuiservices.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: rptuiservices.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2007-09-26 14:25:12 $
+ * last change: $Author: kz $ $Date: 2008-03-05 18:12:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -51,6 +51,7 @@
#include "DefaultInspection.hxx"
#include "ReportComponentHandler.hxx"
#include "GeometryHandler.hxx"
+#include "DataProviderHandler.hxx"
/********************************************************************************************/
@@ -76,6 +77,8 @@ cppu::ImplementationEntry entries[] = {
&cppu::createSingleComponentFactory, 0, 0 },
{ &GeometryHandler::create, &GeometryHandler::getImplementationName_Static, &GeometryHandler::getSupportedServiceNames_static,
&cppu::createSingleComponentFactory, 0, 0 },
+ { &DataProviderHandler::create, &DataProviderHandler::getImplementationName_Static, &DataProviderHandler::getSupportedServiceNames_static,
+ &cppu::createSingleComponentFactory, 0, 0 },
{ 0, 0, 0, 0, 0, 0 }
};
}