From caf9c54e021a2e65d6943762aea7eddabc7d7f0b Mon Sep 17 00:00:00 2001 From: Yegor Kozlov Date: Thu, 18 Sep 2008 10:58:39 +0000 Subject: [PATCH] patch from bug #45814: Specify RecordType for slide show Handout git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696627 13f79535-47bb-0310-9956-ffa450edef68 --- src/scratchpad/src/org/apache/poi/hslf/record/RecordTypes.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scratchpad/src/org/apache/poi/hslf/record/RecordTypes.java b/src/scratchpad/src/org/apache/poi/hslf/record/RecordTypes.java index 758d21bdac..7fb46e4fd1 100644 --- a/src/scratchpad/src/org/apache/poi/hslf/record/RecordTypes.java +++ b/src/scratchpad/src/org/apache/poi/hslf/record/RecordTypes.java @@ -101,7 +101,7 @@ public class RecordTypes { public static final Type MetaFile = new Type(4033,null); public static final Type ExOleObjAtom = new Type(4035,ExOleObjAtom.class); public static final Type SrKinsoku = new Type(4040,null); - public static final Type HandOut = new Type(4041,null); + public static final Type HandOut = new Type(4041,DummyPositionSensitiveRecordWithChildren.class); public static final Type ExEmbed = new Type(4044,ExEmbed.class); public static final Type ExEmbedAtom = new Type(4045,ExEmbedAtom.class); public static final Type ExLink = new Type(4046,null); -- 2.39.5