summaryrefslogtreecommitdiff
path: root/oox/source/ppt/slidetransition.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/ppt/slidetransition.cxx')
-rw-r--r--oox/source/ppt/slidetransition.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/oox/source/ppt/slidetransition.cxx b/oox/source/ppt/slidetransition.cxx
index 45e7cce8353e..b3f8c72828e7 100644
--- a/oox/source/ppt/slidetransition.cxx
+++ b/oox/source/ppt/slidetransition.cxx
@@ -346,7 +346,9 @@ namespace oox { namespace ppt {
mnTransitionSubType = TransitionSubType::EIGHTBLADE;
break;
default:
- OSL_TRACE( "OOX: strange number of blades for thw wheel-wipe %d", param1 );
+ SAL_INFO(
+ "oox.ppt",
+ "strange number of blades for thw wheel-wipe " << param1);
if( param1 > 8 )
{
mnTransitionSubType = TransitionSubType::EIGHTBLADE;