diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-01-11 14:33:33 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-01-11 14:33:33 +0000 |
commit | 1839b19c9cf1e7c70023813acfddb10caf9254a7 (patch) | |
tree | e46ad300da55114739dcc12331235bd8569b80bd /starmath/qa | |
parent | c6db86d89553cc20a553e2a75317deb0f114bd48 (diff) |
fix warning
Diffstat (limited to 'starmath/qa')
-rw-r--r-- | starmath/qa/cppunit/test_starmath.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/qa/cppunit/test_starmath.cxx b/starmath/qa/cppunit/test_starmath.cxx index fda87d723ee8..b2fb803e3d8d 100644 --- a/starmath/qa/cppunit/test_starmath.cxx +++ b/starmath/qa/cppunit/test_starmath.cxx @@ -114,6 +114,7 @@ Test::Test() : m_pDispatcher(NULL) , m_pSmCmdBoxWindow(NULL) , m_pEditWindow(NULL) + , m_pViewShell(NULL) { m_xContext = cppu::defaultBootstrap_InitialComponentContext(); m_xFactory = m_xContext->getServiceManager(); |