summaryrefslogtreecommitdiff
path: root/oox/source/ppt/slidetransition.cxx
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.com>2015-11-18 18:26:42 +0100
committerTomaž Vajngerl <tomaz.vajngerl@collabora.com>2015-11-18 18:28:04 +0100
commit59095c79787bbf9067514225b886d0c25d59e1ff (patch)
treef85da3aa7e14eadbaaf9edcaa09ef45a9a5a8d20 /oox/source/ppt/slidetransition.cxx
parent9f8392846bcf9fa5209834a0f79bd31aa06567a6 (diff)
pptx: import/export of honeycomb slide transition
Change-Id: I3edb77d5b046691e64d600d61dcd44e892c31301
Diffstat (limited to 'oox/source/ppt/slidetransition.cxx')
-rw-r--r--oox/source/ppt/slidetransition.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/oox/source/ppt/slidetransition.cxx b/oox/source/ppt/slidetransition.cxx
index e5e87c9e6d72..de883c88f165 100644
--- a/oox/source/ppt/slidetransition.cxx
+++ b/oox/source/ppt/slidetransition.cxx
@@ -417,6 +417,10 @@ namespace oox { namespace ppt {
mnTransitionType = TransitionType::MISCSHAPEWIPE;
mnTransitionSubType = TransitionSubType::DIAMOND;
break;
+ case P14_TOKEN(honeycomb):
+ mnTransitionType = TransitionType::MISCSHAPEWIPE;
+ mnTransitionSubType = TransitionSubType::HEART;
+ break;
default:
mnTransitionType = 0;
break;