oox/inc/oox/ole/axbinarywriter.hxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit c522001687676327b6f04d0d72a1d45fe3f2b110 Author: Norbert Thiebaud <[email protected]> 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 <[email protected]> Tested-by: Michael Stahl <[email protected]> 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; }; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
