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:
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user