summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-11-29 20:48:11 +0100
committerMichael Stahl <mstahl@redhat.com>2012-11-29 21:24:20 +0100
commit90227b15f095d706795a86564d716a5dbcf2c7e2 (patch)
tree6831d9098411dedfcf251f87abd1535b64cb681a
parent73f509f3b988ea05afdc3515ba79b6019edaf590 (diff)
chart2: replace use of deprecated UserDefinedAttributeSupplier
... with UserDefinedAttributesSupplier Change-Id: Ib289aaae114d89238a665d0a58eda6fa8d0c482b
-rw-r--r--chart2/qa/unoapi/knownissues.xcl18
-rw-r--r--chart2/source/controller/chartapiwrapper/AreaWrapper.cxx2
-rw-r--r--chart2/source/controller/chartapiwrapper/AxisWrapper.cxx2
-rw-r--r--chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx2
-rw-r--r--chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx2
-rw-r--r--chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx2
-rw-r--r--chart2/source/controller/chartapiwrapper/GridWrapper.cxx2
-rw-r--r--chart2/source/controller/chartapiwrapper/LegendWrapper.cxx2
-rw-r--r--chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.cxx2
-rw-r--r--chart2/source/controller/chartapiwrapper/TitleWrapper.cxx2
-rw-r--r--chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx2
-rw-r--r--chart2/source/controller/chartapiwrapper/WallFloorWrapper.cxx2
-rw-r--r--chart2/source/controller/chartcontroller.component2
-rw-r--r--chart2/source/inc/UserDefinedProperties.hxx4
-rw-r--r--chart2/source/tools/UserDefinedProperties.cxx2
-rw-r--r--qadevOOo/Jar_OOoRunner.mk2
-rw-r--r--qadevOOo/objdsc/sch/com.sun.star.comp.office.ChXChartAxis.csv2
-rw-r--r--qadevOOo/objdsc/sch/com.sun.star.comp.office.ChXChartDocument.csv2
-rw-r--r--qadevOOo/objdsc/sch/com.sun.star.comp.office.ChXDataPoint.csv2
-rw-r--r--qadevOOo/objdsc/sch/com.sun.star.comp.office.ChXDataRow.csv2
-rw-r--r--qadevOOo/objdsc/sch/com.sun.star.comp.office.ChXDiagram.csv2
-rw-r--r--qadevOOo/objdsc/sch/com.sun.star.comp.office.ChartArea.csv2
-rw-r--r--qadevOOo/objdsc/sch/com.sun.star.comp.office.ChartGrid.csv2
-rw-r--r--qadevOOo/objdsc/sch/com.sun.star.comp.office.ChartLegend.csv2
-rw-r--r--qadevOOo/objdsc/sch/com.sun.star.comp.office.ChartLine.csv2
-rw-r--r--qadevOOo/objdsc/sch/com.sun.star.comp.office.ChartTitle.csv2
-rw-r--r--qadevOOo/tests/java/ifc/xml/_UserDefinedAttributesSupplier.java (renamed from qadevOOo/tests/java/ifc/xml/_UserDefinedAttributeSupplier.java)2
27 files changed, 36 insertions, 36 deletions
diff --git a/chart2/qa/unoapi/knownissues.xcl b/chart2/qa/unoapi/knownissues.xcl
index 9192dc6ed88d..8321f45d00e8 100644
--- a/chart2/qa/unoapi/knownissues.xcl
+++ b/chart2/qa/unoapi/knownissues.xcl
@@ -42,15 +42,15 @@ sch.ChartLegend::com::sun::star::drawing::XShape
sch.ChartTitle::com::sun::star::drawing::XShape
#i78867
-sch.ChXChartDocument::com::sun::star::xml::UserDefinedAttributeSupplier
-sch.ChXChartAxis::com::sun::star::xml::UserDefinedAttributeSupplier
-sch.ChXDiagram::com::sun::star::xml::UserDefinedAttributeSupplier
-sch.ChartArea::com::sun::star::xml::UserDefinedAttributeSupplier
-sch.ChartGrid::com::sun::star::xml::UserDefinedAttributeSupplier
-sch.ChartLegend::com::sun::star::xml::UserDefinedAttributeSupplier
-sch.ChartLine::com::sun::star::xml::UserDefinedAttributeSupplier
-sch.ChartTitle::com::sun::star::xml::UserDefinedAttributeSupplier
-sch.ChXDataPoint::com::sun::star::xml::UserDefinedAttributeSupplier
+sch.ChXChartDocument::com::sun::star::xml::UserDefinedAttributesSupplier
+sch.ChXChartAxis::com::sun::star::xml::UserDefinedAttributesSupplier
+sch.ChXDiagram::com::sun::star::xml::UserDefinedAttributesSupplier
+sch.ChartArea::com::sun::star::xml::UserDefinedAttributesSupplier
+sch.ChartGrid::com::sun::star::xml::UserDefinedAttributesSupplier
+sch.ChartLegend::com::sun::star::xml::UserDefinedAttributesSupplier
+sch.ChartLine::com::sun::star::xml::UserDefinedAttributesSupplier
+sch.ChartTitle::com::sun::star::xml::UserDefinedAttributesSupplier
+sch.ChXDataPoint::com::sun::star::xml::UserDefinedAttributesSupplier
#i83865
sch.ChXDataPoint::com::sun::star::drawing::LineProperties
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"/>
diff --git a/chart2/source/inc/UserDefinedProperties.hxx b/chart2/source/inc/UserDefinedProperties.hxx
index 893e123c7e2f..9c73e5fa1f25 100644
--- a/chart2/source/inc/UserDefinedProperties.hxx
+++ b/chart2/source/inc/UserDefinedProperties.hxx
@@ -29,7 +29,7 @@
namespace chart
{
-// implements service com.sun.star.xml.UserDefinedAttributeSupplier
+// implements service com.sun.star.xml.UserDefinedAttributesSupplier
class OOO_DLLPUBLIC_CHARTTOOLS UserDefinedProperties
{
public:
@@ -40,7 +40,7 @@ public:
PROP_XML_USERDEF_CHART = FAST_PROPERTY_ID_START_USERDEF_PROP,
PROP_XML_USERDEF_TEXT,
PROP_XML_USERDEF_PARA,
- // com.sun.star.xml.UserDefinedAttributeSupplier
+ // com.sun.star.xml.UserDefinedAttributesSupplier
// UserDefined attributes in the other properties-sections. (as long as
// there is no reliable mechanism, properties may move between the
// sections)
diff --git a/chart2/source/tools/UserDefinedProperties.cxx b/chart2/source/tools/UserDefinedProperties.cxx
index 4345cf05bba3..69ad99db5b6b 100644
--- a/chart2/source/tools/UserDefinedProperties.cxx
+++ b/chart2/source/tools/UserDefinedProperties.cxx
@@ -50,7 +50,7 @@ void UserDefinedProperties::AddPropertiesToVector(
::getCppuType( reinterpret_cast< const uno::Reference< container::XNameContainer > * >(0)),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEVOID ));
- // UserDefinedAttributeSupplier
+ // UserDefinedAttributesSupplier
// ----------------------------
rOutProperties.push_back(
Property( C2U( "UserDefinedAttributes" ),
diff --git a/qadevOOo/Jar_OOoRunner.mk b/qadevOOo/Jar_OOoRunner.mk
index 998a794c25a2..b67cb238787f 100644
--- a/qadevOOo/Jar_OOoRunner.mk
+++ b/qadevOOo/Jar_OOoRunner.mk
@@ -962,7 +962,7 @@ $(eval $(call gb_Jar_add_sourcefiles,OOoRunner,\
qadevOOo/tests/java/ifc/view/_XSelectionSupplier \
qadevOOo/tests/java/ifc/view/_XViewSettingsSupplier \
qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler \
- qadevOOo/tests/java/ifc/xml/_UserDefinedAttributeSupplier \
+ qadevOOo/tests/java/ifc/xml/_UserDefinedAttributesSupplier \
qadevOOo/tests/java/mod/_acceptor/Acceptor \
qadevOOo/tests/java/mod/_acceptor/uno/Acceptor \
qadevOOo/tests/java/mod/_adabas/ODriver \
diff --git a/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChXChartAxis.csv b/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChXChartAxis.csv
index dba990912264..d6fe951930a4 100644
--- a/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChXChartAxis.csv
+++ b/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChXChartAxis.csv
@@ -1,4 +1,4 @@
-"ChXChartAxis";"com::sun::star::xml::UserDefinedAttributeSupplier";"UserDefinedAttributes"
+"ChXChartAxis";"com::sun::star::xml::UserDefinedAttributesSupplier";"UserDefinedAttributes"
"ChXChartAxis";"com::sun::star::chart::ChartAxis";"Max#optional"
"ChXChartAxis";"com::sun::star::chart::ChartAxis";"Min#optional"
"ChXChartAxis";"com::sun::star::chart::ChartAxis";"Origin#optional"
diff --git a/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChXChartDocument.csv b/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChXChartDocument.csv
index ca1df6eb1e71..f775e2c194b5 100644
--- a/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChXChartDocument.csv
+++ b/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChXChartDocument.csv
@@ -1,4 +1,4 @@
-"ChXChartDocument";"com::sun::star::xml::UserDefinedAttributeSupplier";"UserDefinedAttributes"
+"ChXChartDocument";"com::sun::star::xml::UserDefinedAttributesSupplier";"UserDefinedAttributes"
"ChXChartDocument";"com::sun::star::chart::ChartDocument";"HasMainTitle"
"ChXChartDocument";"com::sun::star::chart::ChartDocument";"HasSubTitle"
"ChXChartDocument";"com::sun::star::chart::ChartDocument";"HasLegend"
diff --git a/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChXDataPoint.csv b/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChXDataPoint.csv
index a42e65bcbde9..af4ebc6b2f74 100644
--- a/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChXDataPoint.csv
+++ b/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChXDataPoint.csv
@@ -1,4 +1,4 @@
-"ChXDataPoint";"com::sun::star::xml::UserDefinedAttributeSupplier";"UserDefinedAttributes"
+"ChXDataPoint";"com::sun::star::xml::UserDefinedAttributesSupplier";"UserDefinedAttributes"
"ChXDataPoint";"com::sun::star::drawing::LineProperties";"LineStyle"
"ChXDataPoint";"com::sun::star::drawing::LineProperties";"LineDash"
"ChXDataPoint";"com::sun::star::drawing::LineProperties";"LineColor"
diff --git a/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChXDataRow.csv b/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChXDataRow.csv
index 73d280d7a750..f64c24d83035 100644
--- a/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChXDataRow.csv
+++ b/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChXDataRow.csv
@@ -1,4 +1,4 @@
-"ChXDataRow";"com::sun::star::xml::UserDefinedAttributeSupplier#optional";"UserDefinedAttributes"
+"ChXDataRow";"com::sun::star::xml::UserDefinedAttributesSupplier#optional";"UserDefinedAttributes"
"ChXDataRow";"com::sun::star::drawing::LineProperties";"LineStyle"
"ChXDataRow";"com::sun::star::drawing::LineProperties";"LineDash"
"ChXDataRow";"com::sun::star::drawing::LineProperties";"LineColor"
diff --git a/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChXDiagram.csv b/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChXDiagram.csv
index 516842fa7e34..6fa783367cfc 100644
--- a/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChXDiagram.csv
+++ b/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChXDiagram.csv
@@ -1,4 +1,4 @@
-"ChXDiagram";"com::sun::star::xml::UserDefinedAttributeSupplier#optional";"UserDefinedAttributes"
+"ChXDiagram";"com::sun::star::xml::UserDefinedAttributesSupplier#optional";"UserDefinedAttributes"
"ChXDiagram";"com::sun::star::chart::XDiagram";"getDiagramType()"
"ChXDiagram";"com::sun::star::chart::XDiagram";"getDataRowProperties()"
"ChXDiagram";"com::sun::star::chart::XDiagram";"getDataPointProperties()"
diff --git a/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChartArea.csv b/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChartArea.csv
index bbf3918db761..3dc5722de6d4 100644
--- a/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChartArea.csv
+++ b/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChartArea.csv
@@ -1,4 +1,4 @@
-"ChartArea";"com::sun::star::xml::UserDefinedAttributeSupplier";"UserDefinedAttributes"
+"ChartArea";"com::sun::star::xml::UserDefinedAttributesSupplier";"UserDefinedAttributes"
"ChartArea";"com::sun::star::drawing::LineProperties";"LineStyle"
"ChartArea";"com::sun::star::drawing::LineProperties";"LineDash"
"ChartArea";"com::sun::star::drawing::LineProperties";"LineColor"
diff --git a/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChartGrid.csv b/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChartGrid.csv
index 79b51eb2029d..5396a707d39d 100644
--- a/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChartGrid.csv
+++ b/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChartGrid.csv
@@ -1,4 +1,4 @@
-"ChartGrid";"com::sun::star::xml::UserDefinedAttributeSupplier";"UserDefinedAttributes"
+"ChartGrid";"com::sun::star::xml::UserDefinedAttributesSupplier";"UserDefinedAttributes"
"ChartGrid";"com::sun::star::drawing::LineProperties";"LineStyle"
"ChartGrid";"com::sun::star::drawing::LineProperties";"LineDash"
"ChartGrid";"com::sun::star::drawing::LineProperties";"LineColor"
diff --git a/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChartLegend.csv b/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChartLegend.csv
index 3ca8aa02b667..8622acaf25e1 100644
--- a/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChartLegend.csv
+++ b/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChartLegend.csv
@@ -1,4 +1,4 @@
-"ChartLegend";"com::sun::star::xml::UserDefinedAttributeSupplier";"UserDefinedAttributes"
+"ChartLegend";"com::sun::star::xml::UserDefinedAttributesSupplier";"UserDefinedAttributes"
"ChartLegend";"com::sun::star::lang::XComponent";"dispose()"
"ChartLegend";"com::sun::star::lang::XComponent";"addEventListener()"
"ChartLegend";"com::sun::star::lang::XComponent";"removeEventListener()"
diff --git a/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChartLine.csv b/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChartLine.csv
index 5f57e957963c..af63a98e9220 100644
--- a/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChartLine.csv
+++ b/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChartLine.csv
@@ -1,4 +1,4 @@
-"ChartLine";"com::sun::star::xml::UserDefinedAttributeSupplier";"UserDefinedAttributes"
+"ChartLine";"com::sun::star::xml::UserDefinedAttributesSupplier";"UserDefinedAttributes"
"ChartLine";"com::sun::star::drawing::LineProperties";"LineStyle"
"ChartLine";"com::sun::star::drawing::LineProperties";"LineDash"
"ChartLine";"com::sun::star::drawing::LineProperties";"LineColor"
diff --git a/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChartTitle.csv b/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChartTitle.csv
index 7c00aa6503ff..0bdbcc31d9ec 100644
--- a/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChartTitle.csv
+++ b/qadevOOo/objdsc/sch/com.sun.star.comp.office.ChartTitle.csv
@@ -1,4 +1,4 @@
-"ChartTitle";"com::sun::star::xml::UserDefinedAttributeSupplier";"UserDefinedAttributes"
+"ChartTitle";"com::sun::star::xml::UserDefinedAttributesSupplier";"UserDefinedAttributes"
"ChartTitle";"com::sun::star::lang::XComponent";"dispose()"
"ChartTitle";"com::sun::star::lang::XComponent";"addEventListener()"
"ChartTitle";"com::sun::star::lang::XComponent";"removeEventListener()"
diff --git a/qadevOOo/tests/java/ifc/xml/_UserDefinedAttributeSupplier.java b/qadevOOo/tests/java/ifc/xml/_UserDefinedAttributesSupplier.java
index 3e46223931c8..28ff8a00379c 100644
--- a/qadevOOo/tests/java/ifc/xml/_UserDefinedAttributeSupplier.java
+++ b/qadevOOo/tests/java/ifc/xml/_UserDefinedAttributesSupplier.java
@@ -22,7 +22,7 @@ import com.sun.star.uno.AnyConverter;
import com.sun.star.uno.Type;
import com.sun.star.xml.AttributeData;
-public class _UserDefinedAttributeSupplier extends lib.MultiPropertyTest {
+public class _UserDefinedAttributesSupplier extends lib.MultiPropertyTest {
public void _UserDefinedAttributes() {
XNameContainer uda = null;