summaryrefslogtreecommitdiff
path: root/comphelper/source/streaming
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-11-28 14:14:04 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-11-28 14:14:04 +0100
commit0c59e2ddd6a174629618acea97cf5406c36ce7f3 (patch)
treeda53bb5d7f2ea2d99d512d7f96ce60cef6e82e2c /comphelper/source/streaming
parent3d9c3ed1afc8d37d3bee800ca5988724fd758a6b (diff)
loplugin:unnecessaryoverride (dtors) in comphelper
Change-Id: I13ebc4efa7f8bd0d3732ed65e397c710ae65d14e
Diffstat (limited to 'comphelper/source/streaming')
-rw-r--r--comphelper/source/streaming/memorystream.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/comphelper/source/streaming/memorystream.cxx b/comphelper/source/streaming/memorystream.cxx
index b4026427589c..addb09306837 100644
--- a/comphelper/source/streaming/memorystream.cxx
+++ b/comphelper/source/streaming/memorystream.cxx
@@ -45,7 +45,6 @@ class UNOMemoryStream : public WeakImplHelper<XServiceInfo, XStream, XSeekableIn
{
public:
UNOMemoryStream();
- virtual ~UNOMemoryStream() override;
// XServiceInfo
virtual OUString SAL_CALL getImplementationName() throw (css::uno::RuntimeException, std::exception) override;
@@ -86,10 +85,6 @@ UNOMemoryStream::UNOMemoryStream()
{
}
-UNOMemoryStream::~UNOMemoryStream()
-{
-}
-
// XServiceInfo
OUString SAL_CALL UNOMemoryStream::getImplementationName() throw (css::uno::RuntimeException, std::exception)
{