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
commit53af02a79676caff371a8a4c9b7afcb9b94e01ce (patch)
tree9a7519907226091d728ea77f1975bbdd8a46c900 /svx
parent442f7bb23660a3d99427727e56170afac74e7f71 (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 6950c1f24f9c..a133e3b2e7ed 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 )
{
}