summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svx/source/table/tableundo.hxx12
1 files changed, 11 insertions, 1 deletions
diff --git a/svx/source/table/tableundo.hxx b/svx/source/table/tableundo.hxx
index 2b5779cc1365..85c7978a1c42 100644
--- a/svx/source/table/tableundo.hxx
+++ b/svx/source/table/tableundo.hxx
@@ -67,7 +67,17 @@ private:
::sal_Int32 mnRowSpan;
::sal_Int32 mnColSpan;
- Data() : mpProperties(NULL), mpOutlinerParaObject(NULL), mfValue(0) {};
+ Data()
+ : mpProperties(NULL)
+ , mpOutlinerParaObject(NULL)
+ , mnCellContentType(CellContentType_EMPTY)
+ , mfValue(0)
+ , mnError(0)
+ , mbMerged(false)
+ , mnRowSpan(0)
+ , mnColSpan(0)
+ {
+ }
};
void setDataToCell( const Data& rData );