summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.com>2015-11-05 21:41:43 +0100
committerTomaž Vajngerl <tomaz.vajngerl@collabora.com>2015-11-08 19:39:12 +0100
commite4685adea31e2494f2991b321c4ce58049c7bc9f (patch)
tree69c9d0617862bf73e21932ded11ce4d81c15c33f
parent7cacc3326e1409fc245bc7d8d9804966de28e549 (diff)
get rid of c-style cast
Change-Id: I88173997c2db33b2e67bde77cd48c6753b12ae9e
-rw-r--r--sd/source/filter/eppt/pptexanimations.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/eppt/pptexanimations.cxx b/sd/source/filter/eppt/pptexanimations.cxx
index 4be6576f995d..f4b16e8d13da 100644
--- a/sd/source/filter/eppt/pptexanimations.cxx
+++ b/sd/source/filter/eppt/pptexanimations.cxx
@@ -151,7 +151,7 @@ sal_uInt32 AnimationExporter::TranslatePresetSubType( const sal_uInt32 nPresetCl
sal_uInt32 nPresetSubType = 0;
bool bTranslated = false;
- if ( ( nPresetClass == (sal_uInt32)EffectPresetClass::ENTRANCE ) || ( nPresetClass == (sal_uInt32)EffectPresetClass::EXIT ) )
+ if ( ( nPresetClass == sal_uInt32(EffectPresetClass::ENTRANCE) ) || ( nPresetClass == sal_uInt32(EffectPresetClass::EXIT) ) )
{
if ( nPresetId != 21 )
{