summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/laycache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/laycache.hxx')
-rw-r--r--sw/source/core/inc/laycache.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/inc/laycache.hxx b/sw/source/core/inc/laycache.hxx
index 339b0cd5bdfc..336d68083566 100644
--- a/sw/source/core/inc/laycache.hxx
+++ b/sw/source/core/inc/laycache.hxx
@@ -72,7 +72,7 @@ public:
return pImpl; }
void UnlockImpl() { --nLockCount; }
-#ifndef PRODUCT
+#ifdef DBG_UTIL
sal_Bool CompareLayout( const SwDoc& rDoc ) const;
#endif
};