summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorRadek Doulik <rodo@novell.com>2011-07-26 14:11:04 +0200
committerRadek Doulik <rodo@novell.com>2011-07-26 14:30:51 +0200
commitbcd76a23fac61cd9ad8eb7adaf799ec9d845563a (patch)
treeb58b217eda73cd6d95a9d77683a8b0d421bb47db /svtools
parentfb092e26659bb16693e782b04df96e1d914a5a3f (diff)
fix debug build
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/config/helpopt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/config/helpopt.cxx b/svtools/source/config/helpopt.cxx
index f8cbbcc2b838..f0e64a0a4a24 100644
--- a/svtools/source/config/helpopt.cxx
+++ b/svtools/source/config/helpopt.cxx
@@ -198,7 +198,7 @@ void SvtHelpOptions_Impl::Load(const uno::Sequence< ::rtl::OUString>& rProperty
for ( int nProp = 0; nProp < rPropertyNames.getLength(); nProp++ )
{
#if OSL_DEBUG_LEVEL > 1
- OSL_ASSERT( pValues[nProp].hasValue(), "property value missing" );
+ DBG_ASSERT( pValues[nProp].hasValue(), "property value missing" );
#endif
if ( pValues[nProp].hasValue() )
{