summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-12-19 16:47:29 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-19 16:47:29 +0000
commit7a7ca04e0cc5fa3d4230f74fb0208a85d1e6bdee (patch)
tree07d6c086a6b428a8f2f2793f051ce1a28cc4cf83 /svx
parent8d48aa5baefe4bb77a28c37b56e78b7144758449 (diff)
cppcheck: uninit member
Diffstat (limited to 'svx')
-rw-r--r--svx/source/table/svdotable.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/table/svdotable.cxx b/svx/source/table/svdotable.cxx
index d04e35d146..13818a9ea4 100644
--- a/svx/source/table/svdotable.cxx
+++ b/svx/source/table/svdotable.cxx
@@ -271,6 +271,7 @@ public:
SdrTableObjImpl::SdrTableObjImpl()
: mpTableObj( 0 )
, mpLayouter( 0 )
+, mbModifyPending( false )
{
}