summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-29 14:51:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-29 14:54:47 +0100
commit60e5f3b7c5024b7aa365abf46b2927aaaefb4560 (patch)
tree6af6824105b789348047b607e7a8da3e3803de13 /svx
parentcdaf58fb9ac7d5c8b923c60a58f5e47721e8a01b (diff)
WaE: dbglevel=2
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/rulritem.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/svx/source/dialog/rulritem.cxx b/svx/source/dialog/rulritem.cxx
index 091b715aee89..8ed1c6cba83d 100644
--- a/svx/source/dialog/rulritem.cxx
+++ b/svx/source/dialog/rulritem.cxx
@@ -455,11 +455,6 @@ int SvxColumnItem::operator==(const SfxPoolItem& rCmp) const
const sal_uInt16 nCount = ((const SvxColumnItem&)rCmp).Count();
for(sal_uInt16 i = 0; i < nCount;++i) {
-#if OSL_DEBUG_LEVEL > 1
- SvxColumnDescription *p1, *p2;
- p1 = (SvxColumnDescription *)aColumns[i];
- p2 = (SvxColumnDescription *)((const SvxColumnItem&)rCmp).aColumns[i];
-#endif
if( (*this)[i] != ((const SvxColumnItem&)rCmp)[i] )
return sal_False;
}