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

New commits:
commit 4f90888df7dafde7f06ea11d3a3c5b081a6d9619
Author: Miklos Vajna <vmik...@suse.cz>
Date:   Thu Mar 28 09:13:40 2013 +0100

    sw: unused COLFUZZY macro in non-debug builds
    
    Change-Id: I0f2981d691edf1d476bf94deb2f539e8d3c35334

diff --git a/sw/source/core/doc/htmltbl.cxx b/sw/source/core/doc/htmltbl.cxx
index 6260ec3..a16e64f 100644
--- a/sw/source/core/doc/htmltbl.cxx
+++ b/sw/source/core/doc/htmltbl.cxx
@@ -44,7 +44,9 @@
 using namespace ::com::sun::star;
 
 
+#if OSL_DEBUG_LEVEL > 0
 #define COLFUZZY 20
+#endif
 #define MAX_TABWIDTH (USHRT_MAX - 2001)
 
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to