summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-03-28 09:25:26 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-03-28 09:25:26 +0100
commita1076b38227d622e47af420b93d5669b7eaa0d91 (patch)
tree7ba3d2099059b008b00acc5e99f29fbc5b63aa8b /sw
parent4f90888df7dafde7f06ea11d3a3c5b081a6d9619 (diff)
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)."
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/doc/htmltbl.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/doc/htmltbl.cxx b/sw/source/core/doc/htmltbl.cxx
index a16e64f49585..6260ec317f90 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)