summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-04-12 16:51:31 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-04-12 21:23:29 +0100
commitbdc3d14e53f86439f131d00d0b3e4134d9ca6679 (patch)
tree7e63bdd900a668c05bff4b98d3280dfcc55e93ac
parent87442840a8a019faf427e44c8d6817badd47ee5f (diff)
WaE in dbg-util mode
-rw-r--r--svx/source/unodraw/unoshap4.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/unoshap4.cxx b/svx/source/unodraw/unoshap4.cxx
index 405134313a..01b8dbf348 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