summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2014-01-25 19:54:26 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2014-01-25 21:07:23 -0600
commitd3e90b2c5b56613930cc3da706399418d9705cf2 (patch)
tree1a2220542b02b47da12ce767679327a80cc27e14 /sw/source
parent399ea5e9a312fe6278beff95d6ec96ead7abfc52 (diff)
coverity#708430 Unitialized scalar field
Change-Id: I37ed503ae02f2b577f0e360cdce1ccd78e31e5cc
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/core/inc/frame.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/core/inc/frame.hxx b/sw/source/core/inc/frame.hxx
index 77fe0cf85e35..b53459e32427 100644
--- a/sw/source/core/inc/frame.hxx
+++ b/sw/source/core/inc/frame.hxx
@@ -357,7 +357,6 @@ protected:
sal_Bool mbValidSize : 1;
sal_Bool mbValidLineNum : 1;
sal_Bool mbFixSize : 1;
- sal_Bool mbUnUsed1 : 1;
// if sal_True, frame will be painted completely even content was changed
// only partially. For CntntFrms a border (from Action) will exclusively
// painted if <mbCompletePaint> is sal_True.