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

Stephan Bergmann sbergman at redhat.com
Thu Mar 28 01:26:49 PDT 2013


 sw/source/core/doc/htmltbl.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit a1076b38227d622e47af420b93d5669b7eaa0d91
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Mar 28 09:25:26 2013 +0100

    Revert "sw: unused COLFUZZY macro in non-debug builds"
    
    This reverts commit 4f90888df7dafde7f06ea11d3a3c5b081a6d9619, got already
    addressed with 0f60c1a50a98683e44325114e4cc19b355c87f49 "OSL_ENSURE ->
    SAL_WARN_IF (silence -Werror=unused-macros)."

diff --git a/sw/source/core/doc/htmltbl.cxx b/sw/source/core/doc/htmltbl.cxx
index a16e64f..6260ec3 100644
--- a/sw/source/core/doc/htmltbl.cxx
+++ b/sw/source/core/doc/htmltbl.cxx
@@ -44,9 +44,7 @@
 using namespace ::com::sun::star;
 
 
-#if OSL_DEBUG_LEVEL > 0
 #define COLFUZZY 20
-#endif
 #define MAX_TABWIDTH (USHRT_MAX - 2001)
 
 


More information about the Libreoffice-commits mailing list