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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/filter/jpeg/JpegWriter.hxx b/vcl/source/filter/jpeg/JpegWriter.hxx
index 88b6352f0c1b..8c4b13bbf197 100644
--- a/vcl/source/filter/jpeg/JpegWriter.hxx
+++ b/vcl/source/filter/jpeg/JpegWriter.hxx
@@ -33,7 +33,7 @@ class JPEGWriter
BitmapReadAccess* mpReadAccess;
sal_uInt8* mpBuffer;
bool mbNative;
- sal_Bool mbGreys;
+ bool mbGreys;
sal_Int32 mnQuality;
sal_Int32 maChromaSubsampling;
@@ -49,7 +49,7 @@ public:
virtual ~JPEGWriter() {};
void* GetScanline( long nY );
- sal_Bool Write( const Graphic& rGraphic );
+ bool Write( const Graphic& rGraphic );
};