summaryrefslogtreecommitdiff
path: root/sd/source/core/CustomAnimationCloner.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/core/CustomAnimationCloner.cxx')
-rw-r--r--sd/source/core/CustomAnimationCloner.cxx27
1 files changed, 8 insertions, 19 deletions
diff --git a/sd/source/core/CustomAnimationCloner.cxx b/sd/source/core/CustomAnimationCloner.cxx
index a8d2d24e63f8..4fabb79b2262 100644
--- a/sd/source/core/CustomAnimationCloner.cxx
+++ b/sd/source/core/CustomAnimationCloner.cxx
@@ -121,13 +121,8 @@ namespace sd
}
catch( Exception& )
{
- OSL_FAIL(
- OString(OString("sd::CustomAnimationClonerImpl::Clone(), "
- "exception caught: ") +
- OUStringToOString(
- comphelper::anyToString( cppu::getCaughtException() ),
- RTL_TEXTENCODING_UTF8 )).getStr() );
-
+ SAL_WARN( "sd", "sd::CustomAnimationClonerImpl::Clone(), "
+ "exception caught: " << comphelper::anyToString( cppu::getCaughtException() ) );
Reference< XAnimationNode > xEmpty;
return xEmpty;
}
@@ -205,12 +200,9 @@ namespace sd
}
catch( Exception& )
{
- OSL_FAIL(
- OString(OString("sd::CustomAnimationClonerImpl::transformNode(), "
- "exception caught: ") +
- OUStringToOString(
- comphelper::anyToString( cppu::getCaughtException() ),
- RTL_TEXTENCODING_UTF8 )).getStr() );
+ SAL_WARN( "sd", "sd::CustomAnimationClonerImpl::transformNode(), "
+ "exception caught: "
+ << comphelper::anyToString( cppu::getCaughtException() ) );
}
}
@@ -279,12 +271,9 @@ namespace sd
}
catch( Exception& )
{
- OSL_FAIL(
- OString(OString("sd::CustomAnimationClonerImpl::transformValue(), "
- "exception caught: ") +
- OUStringToOString(
- comphelper::anyToString( cppu::getCaughtException() ),
- RTL_TEXTENCODING_UTF8 )).getStr() );
+ SAL_WARN( "sd", "sd::CustomAnimationClonerImpl::transformValue(), "
+ "exception caught: "
+ << comphelper::anyToString( cppu::getCaughtException() ) );
}
return rValue;