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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/filter/jpeg/JpegWriter.hxx b/vcl/source/filter/jpeg/JpegWriter.hxx
index 8c4b13bbf197..a9f765a7c67e 100644
--- a/vcl/source/filter/jpeg/JpegWriter.hxx
+++ b/vcl/source/filter/jpeg/JpegWriter.hxx
@@ -44,7 +44,7 @@ class JPEGWriter
public:
JPEGWriter( SvStream& rStream,
const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >* pFilterData,
- bool* pExportWasGrey = NULL );
+ bool* pExportWasGrey = nullptr );
virtual ~JPEGWriter() {};