From 98666e8625de06dbd78d208dff71a9891a62b700 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 14 Mar 2014 16:33:46 +0100 Subject: No need for a virtual OPropertyContainer::getTypes (and rename to getBaseTypes for clarity) Change-Id: Icfe6202eea9b1f4ec2e46ade3fc8e001ca6b649f --- include/comphelper/propertycontainer.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/comphelper') diff --git a/include/comphelper/propertycontainer.hxx b/include/comphelper/propertycontainer.hxx index 2f620e977e7b..a674e2b55125 100644 --- a/include/comphelper/propertycontainer.hxx +++ b/include/comphelper/propertycontainer.hxx @@ -49,7 +49,7 @@ protected: OPropertyContainer(::cppu::OBroadcastHelper& _rBHelper); /// for scripting : the types of the interfaces supported by this class - virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes() throw (::com::sun::star::uno::RuntimeException, std::exception); + ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > getBaseTypes() throw (::com::sun::star::uno::RuntimeException, std::exception); // OPropertySetHelper overridables virtual sal_Bool SAL_CALL convertFastPropertyValue( -- cgit