summaryrefslogtreecommitdiff
path: root/svx/source/table/tableundo.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-08-11 20:49:50 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-08-11 21:04:41 +0100
commitcf58196691785d284fcffc653626fcf135c9ba69 (patch)
tree9831e51531e1fcfbcae09563bbb430a54495da3b /svx/source/table/tableundo.hxx
parent3d80bb27d2416086026f4edf08ba2bff953901d6 (diff)
cppcheck: uninitMemberVar
Change-Id: I7c6addac04246eb17827033e7a291dd2e5600384
Diffstat (limited to 'svx/source/table/tableundo.hxx')
-rw-r--r--svx/source/table/tableundo.hxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/svx/source/table/tableundo.hxx b/svx/source/table/tableundo.hxx
index 630068e7bc64..e18974d7cfc9 100644
--- a/svx/source/table/tableundo.hxx
+++ b/svx/source/table/tableundo.hxx
@@ -186,6 +186,15 @@ private:
bool mbIsVisible;
bool mbIsStartOfNewPage;
OUString maName;
+
+ Data()
+ : mnColumn(0)
+ , mnWidth(0)
+ , mbOptimalWidth(false)
+ , mbIsVisible(false)
+ , mbIsStartOfNewPage(false)
+ {
+ }
};
void setData( const Data& rData );