diff options
Diffstat (limited to 'sw/inc/ndhints.hxx')
-rw-r--r-- | sw/inc/ndhints.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/ndhints.hxx b/sw/inc/ndhints.hxx index ad4403d9f7e3..9a7d37c026fa 100644 --- a/sw/inc/ndhints.hxx +++ b/sw/inc/ndhints.hxx @@ -94,7 +94,7 @@ public: { return SwpHtStart::operator[](nIdx); } inline USHORT Count() const { return SwpHtStart::Count(); } -#ifndef PRODUCT +#ifdef DBG_UTIL BOOL Check() const; #endif }; |