summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-20 14:02:43 +0200
committerNoel Grandin <noel@peralex.com>2014-02-21 11:59:06 +0200
commitd449366679c5c5a3bcd08012d74ec11ed35abc1b (patch)
treebf133d63719b8e4a70e66d9fc20a80740831cfa7 /dbaccess
parente0e370a13d5bd90a25ceb0930539e27bdbb28a5f (diff)
cid#707728 Uninitialized pointer field
Change-Id: I95528f444113ce7e70afe040b6c3e95966a561a2
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/dataaccess/ContentHelper.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/source/core/dataaccess/ContentHelper.cxx b/dbaccess/source/core/dataaccess/ContentHelper.cxx
index 0246433688b6..8aff2bdd0edd 100644
--- a/dbaccess/source/core/dataaccess/ContentHelper.cxx
+++ b/dbaccess/source/core/dataaccess/ContentHelper.cxx
@@ -51,6 +51,7 @@ using namespace ::comphelper;
using namespace ::cppu;
OContentHelper_Impl::OContentHelper_Impl()
+ : m_pDataSource(0)
{
}