summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-17 21:12:44 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-17 21:12:44 +0000
commit21fcd574c8c66948d4aacdd34c9a8033391bc43f (patch)
tree849b02c0275f38a00544790d004f1040fdf5bd05 /ucb
parent5000b167992b124f0e35e81fa2afb2a100d47cb9 (diff)
cppcheck: initialize member variable
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/tdoc/tdoc_content.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/ucb/source/ucp/tdoc/tdoc_content.hxx b/ucb/source/ucp/tdoc/tdoc_content.hxx
index 33a111374e..5877c0d783 100644
--- a/ucb/source/ucp/tdoc/tdoc_content.hxx
+++ b/ucb/source/ucp/tdoc/tdoc_content.hxx
@@ -67,6 +67,7 @@ class ContentProperties
{
public:
ContentProperties()
+ : m_eType( STREAM )
{}
ContentProperties( const ContentType & rType, const rtl::OUString & rTitle )