diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-02-18 16:18:43 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-02-18 17:41:06 -0600 |
commit | 9708af4e23f742803d30db3b6388f0f41627f61b (patch) | |
tree | 7103f26ef10f18a7e181dd415d94e6e7d4c139be /lotuswordpro | |
parent | 1635381baeb92754ba217ade4c2997040794c3f2 (diff) |
coverity#738729 Uninitialized scalar field
Change-Id: I2490d47ecc184e5a75693bbb53c86d4a2ad849d6
Diffstat (limited to 'lotuswordpro')
-rw-r--r-- | lotuswordpro/source/filter/lwplaypiece.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lotuswordpro/source/filter/lwplaypiece.cxx b/lotuswordpro/source/filter/lwplaypiece.cxx index 50e036f1e0ae..2445c9c68b99 100644 --- a/lotuswordpro/source/filter/lwplaypiece.cxx +++ b/lotuswordpro/source/filter/lwplaypiece.cxx @@ -62,6 +62,7 @@ #include "lwpfilehdr.hxx" LwpRotor::LwpRotor() + : m_nRotation(0) {} LwpRotor::~LwpRotor() |