Kaydet (Commit) 4b99d7eb authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#707856 Uninitialized scalar field

Change-Id: Ib57a4703dfb20aab3b5976fab0331b93e4983c05
üst aace6e19
......@@ -17,6 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <sfx2/objsh.hxx>
#include <tools/stream.hxx>
#include <vcl/gdimtf.hxx>
#include <vcl/bitmap.hxx>
......@@ -35,6 +36,7 @@ class Impl_OlePres
public:
Impl_OlePres( sal_uLong nF )
: nFormat( nF )
, nAspect( ASPECT_CONTENT )
, pBmp( NULL )
, pMtf( NULL )
, nAdvFlags( 0x2 ) // in Dokument gefunden
......
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