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 --- toolkit/source/controls/geometrycontrolmodel.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolkit') diff --git a/toolkit/source/controls/geometrycontrolmodel.cxx b/toolkit/source/controls/geometrycontrolmodel.cxx index 650b6319f8f9..786e0b3fcf17 100644 --- a/toolkit/source/controls/geometrycontrolmodel.cxx +++ b/toolkit/source/controls/geometrycontrolmodel.cxx @@ -139,7 +139,7 @@ // our own types Sequence< Type > aTypes = ::comphelper::concatSequences( OPropertySetAggregationHelper::getTypes(), - OPropertyContainer::getTypes(), + getBaseTypes(), OGCM_Base::getTypes() ); -- cgit