summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
Diffstat (limited to 'oox')
-rw-r--r--oox/source/ppt/timenodelistcontext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ppt/timenodelistcontext.cxx b/oox/source/ppt/timenodelistcontext.cxx
index 00841a2c487a..7c98cfd49340 100644
--- a/oox/source/ppt/timenodelistcontext.cxx
+++ b/oox/source/ppt/timenodelistcontext.cxx
@@ -185,7 +185,7 @@ namespace oox { namespace ppt {
else if( aString == "false" )
maTo <<= false;
- if (!maTo.has<sal_Bool>())
+ if (!maTo.has<bool>())
{
SAL_WARN("oox.ppt", "conversion failed");
maTo <<= false;