[Libreoffice-commits] core.git: oox/inc

Norbert Thiebaud nthiebaud at gmail.com
Fri Feb 22 09:37:12 PST 2013


 oox/inc/oox/ole/axbinarywriter.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit c522001687676327b6f04d0d72a1d45fe3f2b110
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Thu Feb 21 20:43:13 2013 -0600

    coverity#738777 Uninitialized scalar field => unused member
    
    Change-Id: Id4ddd4d4581aa35abfab0251737607d794a944f3
    Reviewed-on: https://gerrit.libreoffice.org/2321
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>

diff --git a/oox/inc/oox/ole/axbinarywriter.hxx b/oox/inc/oox/ole/axbinarywriter.hxx
index fbd0921..c344285 100644
--- a/oox/inc/oox/ole/axbinarywriter.hxx
+++ b/oox/inc/oox/ole/axbinarywriter.hxx
@@ -181,7 +181,6 @@ private:
     sal_Int64           mnPropFlagsStart;     ///< pos of Prop flags
     sal_Int64           mnPropFlags;        ///< Flags specifying existing properties.
     sal_Int64           mnNextProp;         ///< Next property to read.
-    sal_Int64           mnPropsEnd;         ///< End position of simple/large properties.
     bool                mbValid;            ///< True = stream still valid.
     bool                mb64BitPropFlags;
 };


More information about the Libreoffice-commits mailing list