Kaydet (Commit) 5b641f04 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#738786 Uninitialized pointer field

Change-Id: I511165aa895c82c0b72fa37801dee2302a85e466
üst ac402b7b
...@@ -15,9 +15,14 @@ ...@@ -15,9 +15,14 @@
#include "rangelst.hxx" #include "rangelst.hxx"
class Test : public test::BootstrapFixture { class Test : public test::BootstrapFixture
{
public: public:
Test()
: m_pDoc(NULL)
{
}
virtual void setUp() SAL_OVERRIDE; virtual void setUp() SAL_OVERRIDE;
virtual void tearDown() SAL_OVERRIDE; virtual void tearDown() SAL_OVERRIDE;
......
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