summaryrefslogtreecommitdiff
path: root/svtools/source
diff options
context:
space:
mode:
authorMarc-André Laverdière <marc-andre@atc.tcs.com>2013-03-08 19:58:50 -0500
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-03-09 10:51:20 +0000
commita16c17b4723bfd6ff69dd154342fa440fc280d50 (patch)
tree0de7a2560f93298c150e0bb5261a6421de9aacd6 /svtools/source
parentc93643db82d9af2f9369b5daf6298f6b86510f14 (diff)
coverity#989728: uninitialized scalar
Change-Id: Ic8e248eff6db54f407ec894cab28a27957c6fd0f Reviewed-on: https://gerrit.libreoffice.org/2609 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'svtools/source')
-rw-r--r--svtools/source/control/inettbc.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svtools/source/control/inettbc.cxx b/svtools/source/control/inettbc.cxx
index 2687994e47d1..374fa7dd3ab0 100644
--- a/svtools/source/control/inettbc.cxx
+++ b/svtools/source/control/inettbc.cxx
@@ -139,6 +139,7 @@ SvtMatchContext_Impl::SvtMatchContext_Impl(
, bOnlyDirectories( pBoxP->bOnlyDirectories )
, bNoSelection( pBoxP->bNoSelection )
, stopped_(false)
+ , commandId_(0)
{
aLink.CreateMutex();