diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-04-12 16:51:31 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-04-12 21:23:29 +0100 |
commit | a1885cb7327c0f2b3b1c46a6508adccfc4115196 (patch) | |
tree | aa119fb85342882d13514f65ad56ecbd2a7b8f82 /svx/source/unodraw/unoshap4.cxx | |
parent | a6775be596342b0a2d6fab3ac5a6da30bb127a53 (diff) |
WaE in dbg-util mode
Diffstat (limited to 'svx/source/unodraw/unoshap4.cxx')
-rw-r--r-- | svx/source/unodraw/unoshap4.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/unoshap4.cxx b/svx/source/unodraw/unoshap4.cxx index dfd45caf40fd..a7c08e759a99 100644 --- a/svx/source/unodraw/unoshap4.cxx +++ b/svx/source/unodraw/unoshap4.cxx @@ -364,7 +364,7 @@ bool SvxOle2Shape::getPropertyValueImpl( const ::rtl::OUString& rName, const Sfx // usage. Removed it, former fallback is used now 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()); OSL_ENSURE( bSuccess, "An object without client is provided!" ); #else |