summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/svl/itemset.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svl/itemset.hxx b/include/svl/itemset.hxx
index 0a28d429c142..774fe131c16c 100644
--- a/include/svl/itemset.hxx
+++ b/include/svl/itemset.hxx
@@ -46,7 +46,7 @@ class SAL_WARN_UNUSED SVL_DLLPUBLIC SfxPoolItemHolder
{
SfxItemPool* m_pPool;
const SfxPoolItem* m_pItem;
-#ifdef DBG_UTIL
+#ifndef NDEBUG
bool m_bDeleted;
#endif
public:
@@ -55,7 +55,7 @@ public:
SfxPoolItemHolder(const SfxPoolItemHolder&);
~SfxPoolItemHolder();
-#ifdef DBG_UTIL
+#ifndef NDEBUG
bool isDeleted() const { return m_bDeleted; }
#endif