[Libreoffice-commits] core.git: svx/source

Caolán McNamara caolanm at redhat.com
Tue Apr 22 03:53:28 PDT 2014


 svx/source/table/tableundo.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 16e917643f4855125f5a872586b9841a677bb35b
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Apr 22 11:52:35 2014 +0100

    fix namespace
    
    Change-Id: I4bd345e54d9d5a5901cd6e7aa409135b4dabecef

diff --git a/svx/source/table/tableundo.hxx b/svx/source/table/tableundo.hxx
index 85c7978..1f7e24d 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)


More information about the Libreoffice-commits mailing list