[Libreoffice-commits] core.git: vcl/source

Tomaž Vajngerl quikee at gmail.com
Sun Apr 21 13:57:26 PDT 2013


 vcl/source/filter/jpeg/Exif.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 2fa3cde17c90eb0eb7e9fda93909b02a2aebf1c9
Author: Tomaž Vajngerl <quikee at gmail.com>
Date:   Sun Apr 21 22:55:41 2013 +0200

    WaE: unused variable in Exif
    
    Change-Id: I921ba50f1d251489bfb56703247890f9ff23200f

diff --git a/vcl/source/filter/jpeg/Exif.hxx b/vcl/source/filter/jpeg/Exif.hxx
index def8ee3..490f144 100644
--- a/vcl/source/filter/jpeg/Exif.hxx
+++ b/vcl/source/filter/jpeg/Exif.hxx
@@ -49,7 +49,6 @@ class Exif
 {
 private:
     Orientation maOrientation;
-    sal_Int32  mnStreamPosition;
     bool mbExifPresent;
 
     bool processJpeg(SvStream& rStream, bool bSetValue);


More information about the Libreoffice-commits mailing list