Kaydet (Commit) bcd76a23 authored tarafından Radek Doulik's avatar Radek Doulik

fix debug build

üst fb092e26
......@@ -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() )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment