diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-02-21 20:43:13 -0600 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-02-22 17:36:54 +0000 |
commit | c522001687676327b6f04d0d72a1d45fe3f2b110 (patch) | |
tree | c521522b1a07051fac5d1d75f5319b9abfc7169b | |
parent | 685c6dadaad760169749c62cdefb4b3ae5a8ddf9 (diff) |
coverity#738777 Uninitialized scalar field => unused member
Change-Id: Id4ddd4d4581aa35abfab0251737607d794a944f3
Reviewed-on: https://gerrit.libreoffice.org/2321
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
-rw-r--r-- | oox/inc/oox/ole/axbinarywriter.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/oox/inc/oox/ole/axbinarywriter.hxx b/oox/inc/oox/ole/axbinarywriter.hxx index fbd092186827..c34428505b35 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; }; |