[Libreoffice-commits] core.git: sc/inc

Kohei Yoshida kohei.yoshida at gmail.com
Fri Mar 22 21:00:56 PDT 2013


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

New commits:
commit 00050e3799690a45c406429740e7b362e5f3e89d
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