summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-24 11:14:01 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-24 11:14:01 +0000
commit41070d7ea6bc3e79966bc25b95aa586d1320acb7 (patch)
tree16886659f0e65e69efc50ac7afdb5f41cb0d0225 /slideshow
parentd3b17bdb71bd1a01768a646bda06f080535c3a47 (diff)
INTEGRATION: CWS canvas05 (1.7.46); FILE MERGED
2008/04/21 07:53:47 thb 1.7.46.2: RESYNC: (1.7-1.8); FILE MERGED 2007/10/01 13:49:14 thb 1.7.46.1: #i79258# Merge from CWS picom
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/transitions/parametricpolypolygonfactory.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/slideshow/source/engine/transitions/parametricpolypolygonfactory.cxx b/slideshow/source/engine/transitions/parametricpolypolygonfactory.cxx
index c4953a1350b9..9ac25dc9e48f 100644
--- a/slideshow/source/engine/transitions/parametricpolypolygonfactory.cxx
+++ b/slideshow/source/engine/transitions/parametricpolypolygonfactory.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: parametricpolypolygonfactory.cxx,v $
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
* This file is part of OpenOffice.org.
*
@@ -32,6 +32,7 @@
#include "precompiled_slideshow.hxx"
#include <canvas/debug.hxx>
+#include <tools/diagnose_ex.h>
#include <com/sun/star/animations/TransitionType.hpp>
#include <com/sun/star/animations/TransitionSubType.hpp>
@@ -304,7 +305,7 @@ namespace slideshow
case PUSHWIPE:
case SLIDEWIPE:
case FADE:
- ENSURE_AND_THROW( false,
+ ENSURE_OR_THROW( false,
"createShapeClipPolyPolygonAnimation(): Transition type mismatch" );
}