make TableCellDescriptor cloneable

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1145283 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sergey Vladimirov 2011-07-11 18:40:21 +00:00
parent c8dc8aa6d6
commit bcd98fc6c9
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ package org.apache.poi.hwpf.usermodel;
import org.apache.poi.hwpf.model.types.TCAbstractType;
import org.apache.poi.util.LittleEndian;
public final class TableCellDescriptor
extends TCAbstractType
public final class TableCellDescriptor extends TCAbstractType implements
Cloneable
{
public static final int SIZE = 20;