summaryrefslogtreecommitdiff
path: root/oox/source/ppt/timenode.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/ppt/timenode.cxx')
-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 2e5a02e9fabd..6df8304df41a 100644
--- a/oox/source/ppt/timenode.cxx
+++ b/oox/source/ppt/timenode.cxx
@@ -154,7 +154,7 @@ namespace oox { namespace ppt {
{
// first effect does not start on click, so correct
// first click nodes begin to 0s
- xClickNode->setBegin( makeAny( (double)0.0 ) );
+ xClickNode->setBegin( makeAny( 0.0 ) );
break;
}
}