summaryrefslogtreecommitdiff
path: root/vcl/source/filter/jpeg/jpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/filter/jpeg/jpeg.h')
-rw-r--r--vcl/source/filter/jpeg/jpeg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/source/filter/jpeg/jpeg.h b/vcl/source/filter/jpeg/jpeg.h
index 2f951e065934..908eee030d88 100644
--- a/vcl/source/filter/jpeg/jpeg.h
+++ b/vcl/source/filter/jpeg/jpeg.h
@@ -42,15 +42,15 @@ void jpeg_svstream_src (j_decompress_ptr cinfo, void* infile);
void jpeg_svstream_dest (j_compress_ptr cinfo, void* outfile);
bool WriteJPEG( JPEGWriter* pJPEGWriter, void* pOutputStream,
- long nWidth, long nHeight, basegfx::B2DSize const & aPPI, bool bGreyScale,
- long nQualityPercent, long aChromaSubsampling,
+ tools::Long nWidth, tools::Long nHeight, basegfx::B2DSize const & aPPI, bool bGreyScale,
+ tools::Long nQualityPercent, tools::Long aChromaSubsampling,
css::uno::Reference<css::task::XStatusIndicator> const & status);
-void ReadJPEG( JPEGReader* pJPEGReader, void* pInputStream, long* pLines,
+void ReadJPEG( JPEGReader* pJPEGReader, void* pInputStream, tools::Long* pLines,
GraphicFilterImportFlags nImportFlags,
BitmapScopedWriteAccess* ppAccess );
-void Transform(void* pInputStream, void* pOutputStream, long nAngle);
+void Transform(void* pInputStream, void* pOutputStream, tools::Long nAngle);
/* Expanded data source object for stdio input */