summaryrefslogtreecommitdiff
path: root/include/svl/itemset.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/itemset.hxx')
-rw-r--r--include/svl/itemset.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/svl/itemset.hxx b/include/svl/itemset.hxx
index eed23ce66ac7..86e07e16e9f3 100644
--- a/include/svl/itemset.hxx
+++ b/include/svl/itemset.hxx
@@ -33,11 +33,6 @@ typedef SfxPoolItem const** SfxItemArray;
#define USHORT_ARG int
-#ifdef DBG
-#undef DBG
-#endif
-#define DBG(s)
-
#define SFX_ITEMSET_GET( rSet, pItem, ItemType, nSlotId, bDeep ) \
const ItemType *pItem = (const ItemType*) \
(rSet).GetItem( nSlotId, bDeep, TYPE(ItemType) )
@@ -146,9 +141,7 @@ public:
inline void SfxItemSet::SetParent( const SfxItemSet* pNew )
{
- DBG( if (_pParent) --*_pChildCount(_pParent) );
_pParent = pNew;
- DBG( if (_pParent) ++*_pChildCount(_pParent) );
}
class SVL_DLLPUBLIC SfxAllItemSet: public SfxItemSet