diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-04-25 10:09:54 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-04-25 10:51:25 +0200 |
commit | b038c4ecdc4569f76ecacacc336be0b30d5fdfbf (patch) | |
tree | 3cf56e8b4c4ae456569479f45ca89ce04991d173 /chart2/source/controller/chartcontroller.component | |
parent | 899c018a2fc586c6e4763b242dff92d1f47bf5b8 (diff) |
chart2: use constructor feature for ChartDocumentWrapper
Change-Id: I5b99d64be17a0e7d3c1bb630e1f35afe0eb62c81
Diffstat (limited to 'chart2/source/controller/chartcontroller.component')
-rw-r--r-- | chart2/source/controller/chartcontroller.component | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chart2/source/controller/chartcontroller.component b/chart2/source/controller/chartcontroller.component index 616b57c17bce..ac4d1ae62d2b 100644 --- a/chart2/source/controller/chartcontroller.component +++ b/chart2/source/controller/chartcontroller.component @@ -28,7 +28,8 @@ <service name="com.sun.star.chart2.ChartController"/> <service name="com.sun.star.frame.Controller"/> </implementation> - <implementation name="com.sun.star.comp.chart2.ChartDocumentWrapper"> + <implementation name="com.sun.star.comp.chart2.ChartDocumentWrapper" + constructor="com_sun_star_comp_chart2_ChartDocumentWrapper_get_implementation"> <service name="com.sun.star.beans.PropertySet"/> <service name="com.sun.star.chart.ChartDocument"/> <service name="com.sun.star.chart2.ChartDocumentWrapper"/> |