summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-22 11:52:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-22 11:52:55 +0100
commit16e917643f4855125f5a872586b9841a677bb35b (patch)
tree4c4cb0f85a423dc0dbcb01c2e4b4bcba21705024
parentd286ffc3adb5386651e177cbc23512436d89d35f (diff)
fix namespace
Change-Id: I4bd345e54d9d5a5901cd6e7aa409135b4dabecef
-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)