summaryrefslogtreecommitdiff
path: root/unotools/source/property/propertysetinfo.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/property/propertysetinfo.cxx')
-rw-r--r--unotools/source/property/propertysetinfo.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/property/propertysetinfo.cxx b/unotools/source/property/propertysetinfo.cxx
index b8b5f8bb5125..ced5ae10a9d7 100644
--- a/unotools/source/property/propertysetinfo.cxx
+++ b/unotools/source/property/propertysetinfo.cxx
@@ -79,7 +79,7 @@ void PropertyMapImpl::add( PropertyMapEntry* pMap ) throw()
{
OUString aName( pMap->mpName, pMap->mnNameLen, RTL_TEXTENCODING_ASCII_US );
-#ifndef PRODUCT
+#ifdef DBG_UTIL
PropertyMap::iterator aIter = maPropertyMap.find( aName );
if( aIter != maPropertyMap.end() )
{