summaryrefslogtreecommitdiff
path: root/vcl/source/filter/jpeg/JpegReader.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/filter/jpeg/JpegReader.hxx')
-rw-r--r--vcl/source/filter/jpeg/JpegReader.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/filter/jpeg/JpegReader.hxx b/vcl/source/filter/jpeg/JpegReader.hxx
index c6a8ef9275af..3dc78ce50e32 100644
--- a/vcl/source/filter/jpeg/JpegReader.hxx
+++ b/vcl/source/filter/jpeg/JpegReader.hxx
@@ -51,11 +51,11 @@ class JPEGReader : public GraphicReader
std::unique_ptr<Bitmap> mpBitmap;
std::unique_ptr<Bitmap> mpIncompleteAlpha;
- long mnLastPos;
- long mnLastLines;
+ tools::Long mnLastPos;
+ tools::Long mnLastLines;
bool mbSetLogSize;
- Graphic CreateIntermediateGraphic(long nLines);
+ Graphic CreateIntermediateGraphic(tools::Long nLines);
public:
JPEGReader( SvStream& rStream, GraphicFilterImportFlags nImportFlags );