summaryrefslogtreecommitdiff
path: root/extensions/source/scanner/sane.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/scanner/sane.hxx')
-rw-r--r--extensions/source/scanner/sane.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/scanner/sane.hxx b/extensions/source/scanner/sane.hxx
index 1257cf32824c..327410e7d9c7 100644
--- a/extensions/source/scanner/sane.hxx
+++ b/extensions/source/scanner/sane.hxx
@@ -34,7 +34,7 @@ class BitmapTransporter: public cppu::WeakImplHelper<css::awt::XBitmap>
public:
BitmapTransporter();
- virtual ~BitmapTransporter();
+ virtual ~BitmapTransporter() override;
virtual css::awt::Size SAL_CALL getSize() throw(std::exception) override;
virtual Sequence< sal_Int8 > SAL_CALL getDIB() throw(std::exception) override;