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:
parent
a9a588f929
commit
6304b81aa3
@ -609,9 +609,6 @@ public class BiffViewer {
|
||||
case LeftMarginRecord.sid:
|
||||
retval = new LeftMarginRecord( rectype, size, data );
|
||||
break;
|
||||
case LeftMarginRecord.sid:
|
||||
retval = new LeftMarginRecord( rectype, size, data );
|
||||
break;
|
||||
case RightMarginRecord.sid:
|
||||
retval = new RightMarginRecord( rectype, size, data );
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user