summaryrefslogtreecommitdiff
path: root/vcl/source/filter/jpeg/JpegWriter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/filter/jpeg/JpegWriter.hxx')
-rw-r--r--vcl/source/filter/jpeg/JpegWriter.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/source/filter/jpeg/JpegWriter.hxx b/vcl/source/filter/jpeg/JpegWriter.hxx
index edfa8acd391f..77822d667835 100644
--- a/vcl/source/filter/jpeg/JpegWriter.hxx
+++ b/vcl/source/filter/jpeg/JpegWriter.hxx
@@ -29,11 +29,10 @@
class JPEGWriter
{
SvStream& mrStream;
- Bitmap maBitmap;
BitmapReadAccess* mpReadAccess;
sal_uInt8* mpBuffer;
bool mbNative;
- bool mbGreys;
+ bool mbGreys;
sal_Int32 mnQuality;
sal_Int32 maChromaSubsampling;