From f6e06619e782d2351a1dacde595a2968aca8db5e Mon Sep 17 00:00:00 2001 From: Yegor Kozlov Date: Tue, 26 Jun 2007 08:09:24 +0000 Subject: [PATCH] fixed [Bug 42677] - HSLF SlideShow write() issues on tables git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@550731 13f79535-47bb-0310-9956-ffa450edef68 --- .../textproperties/TextPropCollection.java | 8 ++++-- .../hslf/record/TestStyleTextPropAtom.java | 25 +++++++++++++++++++ 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/src/scratchpad/src/org/apache/poi/hslf/model/textproperties/TextPropCollection.java b/src/scratchpad/src/org/apache/poi/hslf/model/textproperties/TextPropCollection.java index 5732c342c..bcf4b997c 100644 --- a/src/scratchpad/src/org/apache/poi/hslf/model/textproperties/TextPropCollection.java +++ b/src/scratchpad/src/org/apache/poi/hslf/model/textproperties/TextPropCollection.java @@ -160,11 +160,15 @@ public class TextPropCollection { StyleTextPropAtom.writeLittleEndian(reservedField,o); } - // The the mask field + // Then the mask field int mask = 0; for(int i=0; i