summaryrefslogtreecommitdiffstats
path: root/svl/source/fsstor/oinputstreamcontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/fsstor/oinputstreamcontainer.hxx')
-rw-r--r--svl/source/fsstor/oinputstreamcontainer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/fsstor/oinputstreamcontainer.hxx b/svl/source/fsstor/oinputstreamcontainer.hxx
index cb53f2a67300..13c983d7c355 100644
--- a/svl/source/fsstor/oinputstreamcontainer.hxx
+++ b/svl/source/fsstor/oinputstreamcontainer.hxx
@@ -48,7 +48,7 @@ class OFSInputStreamContainer : public cppu::WeakImplHelper < css::io::XInputStr
public:
explicit OFSInputStreamContainer( const css::uno::Reference < css::io::XInputStream >& xStream );
- virtual ~OFSInputStreamContainer();
+ virtual ~OFSInputStreamContainer() override;
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes() throw (css::uno::RuntimeException, std::exception) override;
virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type& rType ) throw( css::uno::RuntimeException, std::exception ) override;