summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
Diffstat (limited to 'oox')
-rw-r--r--oox/source/ppt/timenode.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ppt/timenode.cxx b/oox/source/ppt/timenode.cxx
index 928f52053a87..3debf4066441 100644
--- a/oox/source/ppt/timenode.cxx
+++ b/oox/source/ppt/timenode.cxx
@@ -93,7 +93,7 @@ namespace oox::ppt {
sServiceName = "com.sun.star.animations.Audio";
break;
default:
- SAL_INFO("oox.ppt","OOX: uhandled type " << nNodeType );
+ SAL_INFO("oox.ppt","OOX: unhandled type " << nNodeType );
break;
}
return sServiceName;