mirror of https://github.com/apache/poi.git
Removed. Andy, please confirm - these methods do nothing right?
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352207 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7f27243404
commit
91855c676a
|
@ -407,10 +407,10 @@ public class HSSFCellStyle
|
|||
* @returns merged or not
|
||||
*/
|
||||
|
||||
public boolean getMergeCells()
|
||||
{
|
||||
return format.getMergeCells();
|
||||
}
|
||||
// public boolean getMergeCells()
|
||||
// {
|
||||
// return format.getMergeCells();
|
||||
// }
|
||||
|
||||
/**
|
||||
* set whether this cell is to be part of a merged block of cells
|
||||
|
@ -418,10 +418,10 @@ public class HSSFCellStyle
|
|||
* @param merge merged or not
|
||||
*/
|
||||
|
||||
public void setMergeCells(boolean merge)
|
||||
{
|
||||
format.setMergeCells(merge);
|
||||
}
|
||||
// public void setMergeCells(boolean merge)
|
||||
// {
|
||||
// format.setMergeCells(merge);
|
||||
// }
|
||||
|
||||
/**
|
||||
* set whether the text should be wrapped
|
||||
|
|
Loading…
Reference in New Issue