summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpfoundry.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-02-13 12:29:17 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-02-13 20:01:23 +0000
commita3750c3b95954e21f26462d1b2a4bfbc03353405 (patch)
tree6825f2ed40a0921d8738d0707b7e1e1016be40af /lotuswordpro/source/filter/lwpfoundry.cxx
parentWaE: throw out some warnings (diff)
downloadcore-a3750c3b95954e21f26462d1b2a4bfbc03353405.tar.gz
core-a3750c3b95954e21f26462d1b2a4bfbc03353405.zip
cppcheck: init member variable
Diffstat (limited to 'lotuswordpro/source/filter/lwpfoundry.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpfoundry.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpfoundry.cxx b/lotuswordpro/source/filter/lwpfoundry.cxx
index a0d7ba7413c9..2cc2c1eb3db6 100644
--- a/lotuswordpro/source/filter/lwpfoundry.cxx
+++ b/lotuswordpro/source/filter/lwpfoundry.cxx
@@ -538,7 +538,9 @@ LwpListList* LwpOrderedObjectManager::GetNextActiveListList(LwpListList * pLast)
}
LwpStyleManager::LwpStyleManager()
-{}
+ : m_pFoundry(0)
+{
+}
LwpStyleManager::~LwpStyleManager()
{