summaryrefslogtreecommitdiff
path: root/svx/source/table/tableundo.hxx
diff options
context:
space:
mode:
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 );