summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svx/source/table/tableundo.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/table/tableundo.hxx b/svx/source/table/tableundo.hxx
index 85c7978a1c42..1f7e24dd6350 100644
--- a/svx/source/table/tableundo.hxx
+++ b/svx/source/table/tableundo.hxx
@@ -70,7 +70,7 @@ private:
Data()
: mpProperties(NULL)
, mpOutlinerParaObject(NULL)
- , mnCellContentType(CellContentType_EMPTY)
+ , mnCellContentType(css::table::CellContentType_EMPTY)
, mfValue(0)
, mnError(0)
, mbMerged(false)