You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ye...@apache.org on 2008/09/18 12:58:39 UTC

svn commit: r696627 - /poi/trunk/src/scratchpad/src/org/apache/poi/hslf/record/RecordTypes.java

Author: yegor
Date: Thu Sep 18 03:58:39 2008
New Revision: 696627

URL: http://svn.apache.org/viewvc?rev=696627&view=rev
Log:
patch from bug #45814: Specify RecordType for slide show Handout 

Modified:
    poi/trunk/src/scratchpad/src/org/apache/poi/hslf/record/RecordTypes.java

Modified: poi/trunk/src/scratchpad/src/org/apache/poi/hslf/record/RecordTypes.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/scratchpad/src/org/apache/poi/hslf/record/RecordTypes.java?rev=696627&r1=696626&r2=696627&view=diff
==============================================================================
--- poi/trunk/src/scratchpad/src/org/apache/poi/hslf/record/RecordTypes.java (original)
+++ poi/trunk/src/scratchpad/src/org/apache/poi/hslf/record/RecordTypes.java Thu Sep 18 03:58:39 2008
@@ -101,7 +101,7 @@
     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);



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org