diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-01-30 10:35:51 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-01-30 12:44:36 +0000 |
commit | 05abd8b205e9d51af41c31ab8a7a2574ee885532 (patch) | |
tree | c91c3f59437e9ffb5b06c6992988e626a144e7db /chart2 | |
parent | fb6ec3acbe6d6b9788d068182f8bc3a36d70a91c (diff) |
chisel off some more unused code
Change-Id: I62cafc8e10e9c9dab3fde1785b826ba8ff68569f
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/inc/OPropertySet.hxx | 3 | ||||
-rw-r--r-- | chart2/source/tools/OPropertySet.cxx | 5 |
2 files changed, 0 insertions, 8 deletions
diff --git a/chart2/source/inc/OPropertySet.hxx b/chart2/source/inc/OPropertySet.hxx index 1ea2c64d03f1..89458e6de618 100644 --- a/chart2/source/inc/OPropertySet.hxx +++ b/chart2/source/inc/OPropertySet.hxx @@ -150,9 +150,6 @@ protected: */ virtual void firePropertyChangeEvent(); - /// call this when a derived component is disposed - void disposePropertySet(); - // Interfaces // ____ XInterface ____ diff --git a/chart2/source/tools/OPropertySet.cxx b/chart2/source/tools/OPropertySet.cxx index 09a5686cf6e3..5703a2573d93 100644 --- a/chart2/source/tools/OPropertySet.cxx +++ b/chart2/source/tools/OPropertySet.cxx @@ -74,11 +74,6 @@ void OPropertySet::SetNewValuesExplicitlyEvenIfTheyEqualDefault() OPropertySet::~OPropertySet() {} -void OPropertySet::disposePropertySet() -{ - m_pImplProperties.reset( 0 ); -} - Any SAL_CALL OPropertySet::queryInterface( const uno::Type& aType ) throw (uno::RuntimeException, std::exception) { |