diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-14 16:33:46 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-14 17:57:24 +0100 |
commit | 98666e8625de06dbd78d208dff71a9891a62b700 (patch) | |
tree | 50e16326198d0bed96ae54335a0ff970648897d3 /comphelper | |
parent | 849fb80648a95048e20f54d9411b7f7b405eaa25 (diff) |
No need for a virtual OPropertyContainer::getTypes
(and rename to getBaseTypes for clarity)
Change-Id: Icfe6202eea9b1f4ec2e46ade3fc8e001ca6b649f
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/property/propertycontainer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/property/propertycontainer.cxx b/comphelper/source/property/propertycontainer.cxx index b2e5fed945ce..83a6eae1c5e2 100644 --- a/comphelper/source/property/propertycontainer.cxx +++ b/comphelper/source/property/propertycontainer.cxx @@ -52,7 +52,7 @@ OPropertyContainer::~OPropertyContainer() } -Sequence< Type > SAL_CALL OPropertyContainer::getTypes() throw (RuntimeException, std::exception) +Sequence< Type > OPropertyContainer::getBaseTypes() throw (RuntimeException, std::exception) { // just the types from our one and only base class ::cppu::OTypeCollection aTypes( |