fixed compilation error

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352818 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Avik Sengupta 2002-07-29 14:05:52 +00:00
parent 1ba35f6099
commit 82a3822411
1 changed files with 0 additions and 3 deletions

View File

@ -609,9 +609,6 @@ public class BiffViewer {
case LeftMarginRecord.sid: case LeftMarginRecord.sid:
retval = new LeftMarginRecord( rectype, size, data ); retval = new LeftMarginRecord( rectype, size, data );
break; break;
case LeftMarginRecord.sid:
retval = new LeftMarginRecord( rectype, size, data );
break;
case RightMarginRecord.sid: case RightMarginRecord.sid:
retval = new RightMarginRecord( rectype, size, data ); retval = new RightMarginRecord( rectype, size, data );
break; break;