mirror of https://github.com/apache/poi.git
fixed a stupid mistake
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352858 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0bda188dbc
commit
2daaff71fc
|
@ -126,7 +126,7 @@ public class WordDocument
|
|||
int _ccpFtn;
|
||||
|
||||
/** The name of the file to write to */
|
||||
String _outName
|
||||
private static String _outName;
|
||||
|
||||
/** OLE stuff*/
|
||||
private InputStream istream;
|
||||
|
|
Loading…
Reference in New Issue