diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-07-10 14:03:42 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-07-10 14:03:42 +0200 |
commit | a25665726be7f5c51f5bb248447742c42ba8664b (patch) | |
tree | a9fcef726766643c674699da9365150f7e4ec5be /chart2 | |
parent | f5fff995555763996b1ecdea81e60d839ed57302 (diff) |
#i103452#: replace PRODUCT by !DBG_UTIL; replace assert by OSL_ASSERT where possible
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/tools/OPropertySet.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/tools/OPropertySet.cxx b/chart2/source/tools/OPropertySet.cxx index 4ba7f99edcc1..d1cf27758110 100644 --- a/chart2/source/tools/OPropertySet.cxx +++ b/chart2/source/tools/OPropertySet.cxx @@ -377,7 +377,7 @@ void SAL_CALL OPropertySet::getFastPropertyValue uno::Reference< beans::XFastPropertySet > xStylePropSet( m_pImplProperties->GetStyle(), uno::UNO_QUERY ); if( xStylePropSet.is() ) { -#ifndef NDEBUG +#ifdef DBG_UTIL { // check if the handle of the style points to the same property // name as the handle in this property set |