Kaydet (Commit) a1885cb7 authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE in dbg-util mode

üst a6775be5
...@@ -364,7 +364,7 @@ bool SvxOle2Shape::getPropertyValueImpl( const ::rtl::OUString& rName, const Sfx ...@@ -364,7 +364,7 @@ bool SvxOle2Shape::getPropertyValueImpl( const ::rtl::OUString& rName, const Sfx
// usage. Removed it, former fallback is used now // usage. Removed it, former fallback is used now
if ( pProperty->nWID == OWN_ATTR_OLEMODEL || pProperty->nWID == OWN_ATTR_OLE_EMBEDDED_OBJECT ) if ( pProperty->nWID == OWN_ATTR_OLEMODEL || pProperty->nWID == OWN_ATTR_OLE_EMBEDDED_OBJECT )
{ {
#ifdef DBG_UTIL #if OSL_DEBUG_LEVEL > 0
const sal_Bool bSuccess(pObj->AddOwnLightClient()); const sal_Bool bSuccess(pObj->AddOwnLightClient());
OSL_ENSURE( bSuccess, "An object without client is provided!" ); OSL_ENSURE( bSuccess, "An object without client is provided!" );
#else #else
......
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