summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2014-01-31 20:36:16 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2014-01-31 21:27:24 -0600
commitd1f88c2cbb467ad7052e11fdd79e4b74bfb415b9 (patch)
treedfd25a8f8a9388a9276673256707ec96a3d37cc9 /include
parent80435fc469b3f897afdcc84e16b73997e1208f08 (diff)
coverity#984164 : Uninitialized scalar field
Change-Id: I5fa6608861b7049ad3964b695b0622ab583397d1
Diffstat (limited to 'include')
-rw-r--r--include/tools/config.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/tools/config.hxx b/include/tools/config.hxx
index 21f8b9a9aa25..751114dd2100 100644
--- a/include/tools/config.hxx
+++ b/include/tools/config.hxx
@@ -35,7 +35,6 @@ private:
sal_uIntPtr mnDataUpdateId;
sal_uInt16 mnLockCount;
bool mbPersistence;
- bool mbDummy1;
TOOLS_DLLPRIVATE bool ImplUpdateConfig() const;
TOOLS_DLLPRIVATE ImplGroupData* ImplGetGroup() const;