diff options
Diffstat (limited to 'include/oox/vml/vmlinputstream.hxx')
-rw-r--r-- | include/oox/vml/vmlinputstream.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/vml/vmlinputstream.hxx b/include/oox/vml/vmlinputstream.hxx index 66ec958b381e..27e697f005e5 100644 --- a/include/oox/vml/vmlinputstream.hxx +++ b/include/oox/vml/vmlinputstream.hxx @@ -66,7 +66,7 @@ public: explicit InputStream( const css::uno::Reference< css::uno::XComponentContext >& rxContext, const css::uno::Reference< css::io::XInputStream >& rxInStrm ); - virtual ~InputStream(); + virtual ~InputStream() override; virtual sal_Int32 SAL_CALL readBytes( css::uno::Sequence< sal_Int8 >& rData, sal_Int32 nBytesToRead ) throw (css::io::NotConnectedException, css::io::BufferSizeExceededException, css::io::IOException, css::uno::RuntimeException, std::exception) override; |