summaryrefslogtreecommitdiff
path: root/toolkit/source/layout/core
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-05 13:05:56 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-11 23:41:07 +0100
commitda708864a788a6f1d5daad9207d4454e2fc1993d (patch)
tree0f1f7f6ab8446fa0033d892e007e7ddd56df0eaa /toolkit/source/layout/core
parenta532a6e662a02ee88b45f3a2a2453321d0ba002a (diff)
Move DBG_ERROR5 to OSL_TRACE
Diffstat (limited to 'toolkit/source/layout/core')
-rw-r--r--toolkit/source/layout/core/proplist.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/layout/core/proplist.cxx b/toolkit/source/layout/core/proplist.cxx
index 0b7553330308..8ebca3cbe9d7 100644
--- a/toolkit/source/layout/core/proplist.cxx
+++ b/toolkit/source/layout/core/proplist.cxx
@@ -295,7 +295,7 @@ setProperty( uno::Reference< uno::XInterface > const& xPeer,
}
catch( uno::RuntimeException & )
{
- DBG_ERROR5( "Warning: %s( %s )( %s ) attribute is of type %s( rejected: %s )\n", OUSTRING_CSTR( unoAttr ), OUSTRING_CSTR( value ), OUSTRING_CSTR( prop.Name ), OUSTRING_CSTR( prop.Type.getTypeName() ), OUSTRING_CSTR( value ) );
+ OSL_TRACE( "Warning: %s( %s )( %s ) attribute is of type %s( rejected: %s )\n", OUSTRING_CSTR( unoAttr ), OUSTRING_CSTR( value ), OUSTRING_CSTR( prop.Name ), OUSTRING_CSTR( prop.Type.getTypeName() ), OUSTRING_CSTR( value ) );
return;
}