Kaydet (Commit) b76b20b4 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

coverity#708427 Unitialized scalar field

Change-Id: I97d87e4fb981bfed6a6a1058913d1fd651b177bc
üst d3e90b2c
......@@ -59,7 +59,7 @@ class SwLayCacheImpl : public std::vector<sal_uLong>
void Insert( sal_uInt16 nType, sal_uLong nIndex, sal_Int32 nOffset );
public:
SwLayCacheImpl() {}
SwLayCacheImpl() : bUseFlyCache(false) {}
bool Read( SvStream& rStream );
sal_uLong GetBreakIndex( sal_uInt16 nIdx ) const { return std::vector<sal_uLong>::operator[]( nIdx ); }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment