From: Sergey Vladimirov Date: Sun, 2 Oct 2011 00:48:49 +0000 (+0000) Subject: rollback X-Git-Tag: REL_3_8_BETA5~102 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0ab6148e89eefba618476d5a0ed8b5ca2d808867;p=poi.git rollback git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178109 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/java/org/apache/poi/hpsf/MutableProperty.java b/src/java/org/apache/poi/hpsf/MutableProperty.java index 99ed245395..401ac232c8 100644 --- a/src/java/org/apache/poi/hpsf/MutableProperty.java +++ b/src/java/org/apache/poi/hpsf/MutableProperty.java @@ -108,13 +108,6 @@ public class MutableProperty extends Property int length = 0; long variantType = getType(); - if ( variantType == 0x0002 ) - { - TypeWriter - .writeToStream( out, ( (Number) getValue() ).shortValue() ); - return 2; - } - /* Ensure that wide strings are written if the codepage is Unicode. */ if (codepage == Constants.CP_UNICODE && variantType == Variant.VT_LPSTR) variantType = Variant.VT_LPWSTR;