fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / chart2 / source / controller / chartcontroller.component
blob396656db1e1b472ba61ac6b3b9ffbb5808eec4cd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 -->
20 <component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
21 xmlns="http://openoffice.org/2010/uno-components">
22 <implementation name="com.sun.star.comp.chart.ElementSelectorToolbarController"
23 constructor="com_sun_star_comp_chart_ElementSelectorToolbarController_get_implementation">
24 <service name="com.sun.star.frame.ToolbarController"/>
25 </implementation>
26 <implementation name="com.sun.star.comp.chart2.ChartController"
27 constructor="com_sun_star_comp_chart2_ChartController_get_implementation">
28 <service name="com.sun.star.chart2.ChartController"/>
29 <service name="com.sun.star.frame.Controller"/>
30 </implementation>
31 <implementation name="com.sun.star.comp.chart2.ChartDocumentWrapper"
32 constructor="com_sun_star_comp_chart2_ChartDocumentWrapper_get_implementation">
33 <service name="com.sun.star.beans.PropertySet"/>
34 <service name="com.sun.star.chart.ChartDocument"/>
35 <service name="com.sun.star.chart2.ChartDocumentWrapper"/>
36 <service name="com.sun.star.xml.UserDefinedAttributesSupplier"/>
37 </implementation>
38 <implementation name="com.sun.star.comp.chart2.ChartFrameLoader"
39 constructor="com_sun_star_comp_chart2_ChartFrameLoader_get_implementation">
40 <service name="com.sun.star.frame.SynchronousFrameLoader"/>
41 </implementation>
42 <implementation name="com.sun.star.comp.chart2.ChartTypeDialog"
43 constructor="com_sun_star_comp_chart2_ChartTypeDialog_get_implementation">
44 <service name="com.sun.star.chart2.ChartTypeDialog"/>
45 </implementation>
46 <implementation name="com.sun.star.comp.chart2.ShapeToolbarController"
47 constructor="com_sun_star_comp_chart2_ShapeToolbarController_get_implementation">
48 <service name="com.sun.star.chart2.ShapeToolbarController"/>
49 </implementation>
50 <implementation name="com.sun.star.comp.chart2.WizardDialog"
51 constructor="com_sun_star_comp_chart2_WizardDialog_get_implementation">
52 <service name="com.sun.star.chart2.WizardDialog"/>
53 </implementation>
54 </component>