summaryrefslogtreecommitdiff
path: root/vcl/source/filter/jpeg/JpegTransform.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/filter/jpeg/JpegTransform.hxx')
-rw-r--r--vcl/source/filter/jpeg/JpegTransform.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/filter/jpeg/JpegTransform.hxx b/vcl/source/filter/jpeg/JpegTransform.hxx
index 78924438ba07..efac42ff2218 100644
--- a/vcl/source/filter/jpeg/JpegTransform.hxx
+++ b/vcl/source/filter/jpeg/JpegTransform.hxx
@@ -22,7 +22,7 @@
#include <vcl/graph.hxx>
-class JpegTransform
+class JpegTransform final
{
sal_uInt16 maRotate;
SvStream& mrInputStream;
@@ -31,7 +31,7 @@ class JpegTransform
public:
JpegTransform(SvStream& rInputStream, SvStream& rOutputStream);
- virtual ~JpegTransform();
+ ~JpegTransform();
void setRotate(sal_uInt16 aRotate);
void perform();