diff options
Diffstat (limited to 'chart2/source/controller')
12 files changed, 12 insertions, 12 deletions
diff --git a/chart2/source/controller/chartapiwrapper/AreaWrapper.cxx b/chart2/source/controller/chartapiwrapper/AreaWrapper.cxx index 9c4f6b0c3dc2..8fee82b26907 100644 --- a/chart2/source/controller/chartapiwrapper/AreaWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/AreaWrapper.cxx @@ -183,7 +183,7 @@ const std::vector< WrappedProperty* > AreaWrapper::createWrappedProperties() Sequence< ::rtl::OUString > AreaWrapper::getSupportedServiceNames_Static() { Sequence< ::rtl::OUString > aServices( 4 ); - aServices[ 0 ] = "com.sun.star.xml.UserDefinedAttributeSupplier"; + aServices[ 0 ] = "com.sun.star.xml.UserDefinedAttributesSupplier"; aServices[ 1 ] = "com.sun.star.beans.PropertySet"; aServices[ 2 ] = "com.sun.star.drawing.FillProperties"; aServices[ 3 ] = "com.sun.star.drawing.LineProperties"; diff --git a/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx b/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx index 178a56ecff2c..c5e416cb8b66 100644 --- a/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/AxisWrapper.cxx @@ -681,7 +681,7 @@ Sequence< OUString > AxisWrapper::getSupportedServiceNames_Static() { Sequence< OUString > aServices( 3 ); aServices[ 0 ] = "com.sun.star.chart.ChartAxis"; - aServices[ 1 ] = "com.sun.star.xml.UserDefinedAttributeSupplier"; + aServices[ 1 ] = "com.sun.star.xml.UserDefinedAttributesSupplier"; aServices[ 2 ] = "com.sun.star.style.CharacterProperties"; return aServices; diff --git a/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx b/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx index 034eb4763d04..16799327c998 100644 --- a/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx @@ -1560,7 +1560,7 @@ uno::Sequence< ::rtl::OUString > ChartDocumentWrapper::getSupportedServiceNames_ uno::Sequence< ::rtl::OUString > aServices( 4 ); aServices[ 0 ] = "com.sun.star.chart.ChartDocument"; aServices[ 1 ] = CHART_CHARTAPIWRAPPER_SERVICE_NAME; - aServices[ 2 ] = "com.sun.star.xml.UserDefinedAttributeSupplier"; + aServices[ 2 ] = "com.sun.star.xml.UserDefinedAttributesSupplier"; aServices[ 3 ] = "com.sun.star.beans.PropertySet"; return aServices; } diff --git a/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx b/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx index c29546dca2de..4242c2e1f892 100644 --- a/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx @@ -862,7 +862,7 @@ uno::Sequence< ::rtl::OUString > DataSeriesPointWrapper::getSupportedServiceName uno::Sequence< ::rtl::OUString > aServices( 7 ); aServices[ 0 ] = "com.sun.star.chart.ChartDataRowProperties"; aServices[ 1 ] = "com.sun.star.chart.ChartDataPointProperties"; - aServices[ 2 ] = "com.sun.star.xml.UserDefinedAttributeSupplier"; + aServices[ 2 ] = "com.sun.star.xml.UserDefinedAttributesSupplier"; aServices[ 3 ] = "com.sun.star.beans.PropertySet"; aServices[ 4 ] = "com.sun.star.drawing.FillProperties"; aServices[ 5 ] = "com.sun.star.drawing.LineProperties"; diff --git a/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx b/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx index 9d970b5eade9..97d49ee05c1e 100644 --- a/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx @@ -2066,7 +2066,7 @@ uno::Sequence< OUString > DiagramWrapper::getSupportedServiceNames_Static() { uno::Sequence< OUString > aServices( 8 ); aServices[ 0 ] = "com.sun.star.chart.Diagram"; - aServices[ 1 ] = "com.sun.star.xml.UserDefinedAttributeSupplier"; + aServices[ 1 ] = "com.sun.star.xml.UserDefinedAttributesSupplier"; aServices[ 2 ] = "com.sun.star.chart.StackableDiagram"; aServices[ 3 ] = "com.sun.star.chart.ChartAxisXSupplier"; aServices[ 4 ] = "com.sun.star.chart.ChartAxisYSupplier"; diff --git a/chart2/source/controller/chartapiwrapper/GridWrapper.cxx b/chart2/source/controller/chartapiwrapper/GridWrapper.cxx index 1a7acd3ddac7..07e8a958388f 100644 --- a/chart2/source/controller/chartapiwrapper/GridWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/GridWrapper.cxx @@ -186,7 +186,7 @@ Sequence< OUString > GridWrapper::getSupportedServiceNames_Static() { Sequence< OUString > aServices( 4 ); aServices[ 0 ] = "com.sun.star.chart.ChartGrid"; - aServices[ 1 ] = "com.sun.star.xml.UserDefinedAttributeSupplier"; + aServices[ 1 ] = "com.sun.star.xml.UserDefinedAttributesSupplier"; aServices[ 2 ] = "com.sun.star.drawing.LineProperties"; aServices[ 3 ] = "com.sun.star.beans.PropertySet"; diff --git a/chart2/source/controller/chartapiwrapper/LegendWrapper.cxx b/chart2/source/controller/chartapiwrapper/LegendWrapper.cxx index 7d63a82303b6..eec61f2aa83e 100644 --- a/chart2/source/controller/chartapiwrapper/LegendWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/LegendWrapper.cxx @@ -436,7 +436,7 @@ Sequence< ::rtl::OUString > LegendWrapper::getSupportedServiceNames_Static() Sequence< ::rtl::OUString > aServices( 4 ); aServices[ 0 ] = "com.sun.star.chart.ChartLegend"; aServices[ 1 ] = "com.sun.star.drawing.Shape"; - aServices[ 2 ] = "com.sun.star.xml.UserDefinedAttributeSupplier"; + aServices[ 2 ] = "com.sun.star.xml.UserDefinedAttributesSupplier"; aServices[ 3 ] = "com.sun.star.style.CharacterProperties"; return aServices; diff --git a/chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.cxx b/chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.cxx index 9c927ace7aef..19a06c237337 100644 --- a/chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.cxx @@ -419,7 +419,7 @@ Sequence< OUString > MinMaxLineWrapper::getSupportedServiceNames_Static() { Sequence< OUString > aServices( 3 ); aServices[ 0 ] = "com.sun.star.chart.ChartLine"; - aServices[ 1 ] = "com.sun.star.xml.UserDefinedAttributeSupplier"; + aServices[ 1 ] = "com.sun.star.xml.UserDefinedAttributesSupplier"; aServices[ 2 ] = "com.sun.star.drawing.LineProperties"; return aServices; diff --git a/chart2/source/controller/chartapiwrapper/TitleWrapper.cxx b/chart2/source/controller/chartapiwrapper/TitleWrapper.cxx index 03fa88a2d14f..fd25e332e026 100644 --- a/chart2/source/controller/chartapiwrapper/TitleWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/TitleWrapper.cxx @@ -533,7 +533,7 @@ Sequence< OUString > TitleWrapper::getSupportedServiceNames_Static() Sequence< OUString > aServices( 4 ); aServices[ 0 ] = "com.sun.star.chart.ChartTitle"; aServices[ 1 ] = "com.sun.star.drawing.Shape"; - aServices[ 2 ] = "com.sun.star.xml.UserDefinedAttributeSupplier"; + aServices[ 2 ] = "com.sun.star.xml.UserDefinedAttributesSupplier"; aServices[ 3 ] = "com.sun.star.style.CharacterProperties"; return aServices; diff --git a/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx b/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx index 86b2362d8a51..937cb83aeef2 100644 --- a/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx @@ -383,7 +383,7 @@ Sequence< OUString > UpDownBarWrapper::getSupportedServiceNames_Static() aServices[ 0 ] = ::rtl::OUString("com.sun.star.chart.ChartArea"); aServices[ 1 ] = ::rtl::OUString("com.sun.star.drawing.LineProperties"); aServices[ 2 ] = ::rtl::OUString("com.sun.star.drawing.FillProperties"); - aServices[ 3 ] = ::rtl::OUString("com.sun.star.xml.UserDefinedAttributeSupplier"); + aServices[ 3 ] = ::rtl::OUString("com.sun.star.xml.UserDefinedAttributesSupplier"); return aServices; } diff --git a/chart2/source/controller/chartapiwrapper/WallFloorWrapper.cxx b/chart2/source/controller/chartapiwrapper/WallFloorWrapper.cxx index f8d8243c69e3..8c4b53a7da99 100644 --- a/chart2/source/controller/chartapiwrapper/WallFloorWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/WallFloorWrapper.cxx @@ -166,7 +166,7 @@ const std::vector< WrappedProperty* > WallFloorWrapper::createWrappedProperties( Sequence< OUString > WallFloorWrapper::getSupportedServiceNames_Static() { Sequence< OUString > aServices( 4 ); - aServices[ 0 ] = "com.sun.star.xml.UserDefinedAttributeSupplier"; + aServices[ 0 ] = "com.sun.star.xml.UserDefinedAttributesSupplier"; aServices[ 1 ] = "com.sun.star.drawing.FillProperties"; aServices[ 2 ] = "com.sun.star.drawing.LineProperties"; aServices[ 3 ] = "com.sun.star.beans.PropertySet"; diff --git a/chart2/source/controller/chartcontroller.component b/chart2/source/controller/chartcontroller.component index 45733588475f..e800bed57c75 100644 --- a/chart2/source/controller/chartcontroller.component +++ b/chart2/source/controller/chartcontroller.component @@ -30,7 +30,7 @@ <service name="com.sun.star.beans.PropertySet"/> <service name="com.sun.star.chart.ChartDocument"/> <service name="com.sun.star.chart2.ChartDocumentWrapper"/> - <service name="com.sun.star.xml.UserDefinedAttributeSupplier"/> + <service name="com.sun.star.xml.UserDefinedAttributesSupplier"/> </implementation> <implementation name="com.sun.star.comp.chart2.ChartFrameLoader"> <service name="com.sun.star.frame.SynchronousFrameLoader"/> |