From 90227b15f095d706795a86564d716a5dbcf2c7e2 Mon Sep 17 00:00:00 2001 From: Michael Stahl <mstahl@redhat.com> Date: Thu, 29 Nov 2012 20:48:11 +0100 Subject: chart2: replace use of deprecated UserDefinedAttributeSupplier ... with UserDefinedAttributesSupplier Change-Id: Ib289aaae114d89238a665d0a58eda6fa8d0c482b --- chart2/source/tools/UserDefinedProperties.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart2/source/tools') 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" ), -- cgit