summaryrefslogtreecommitdiff
path: root/starmath/qa
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-11 14:33:33 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-11 14:33:33 +0000
commit1839b19c9cf1e7c70023813acfddb10caf9254a7 (patch)
treee46ad300da55114739dcc12331235bd8569b80bd /starmath/qa
parentc6db86d89553cc20a553e2a75317deb0f114bd48 (diff)
fix warning
Diffstat (limited to 'starmath/qa')
-rw-r--r--starmath/qa/cppunit/test_starmath.cxx1
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();