[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/inc

Kohei Yoshida kohei.yoshida at gmail.com
Fri Mar 22 20:59:56 PDT 2013


 sc/inc/global.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fb6d58f4fa8f4ff72d6e9239ac123d50d2131e10
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Sat Mar 23 00:01:31 2013 -0400

    Fix the build with OSL_DEBUG_LEVEL > 0.
    
    Change-Id: I4633df8ffafe10397bf80d9b0f5c20aa0ed36416

diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx
index 26d8539..d177ada 100644
--- a/sc/inc/global.hxx
+++ b/sc/inc/global.hxx
@@ -272,7 +272,7 @@ enum CellType
         CELLTYPE_NOTE,
         CELLTYPE_EDIT,
 #if OSL_DEBUG_LEVEL > 0
-           ,CELLTYPE_DESTROYED
+        CELLTYPE_DESTROYED
 #endif
     };
 


More information about the Libreoffice-commits mailing list