A few LaTeX bugfixes
git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@169 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
parent
74d7599b11
commit
a336023983
11 changed files with 99 additions and 42 deletions
|
@ -62,10 +62,10 @@ public class BinaryGraphicsDocument implements OutputFile {
|
|||
* @param sFileExtension the file extension
|
||||
* @param sMimeType the MIME type of the document
|
||||
*/
|
||||
public BinaryGraphicsDocument(String name, String sFileExtension, String sMimeType) {
|
||||
public BinaryGraphicsDocument(String sName, String sFileExtension, String sMimeType) {
|
||||
this.sFileExtension = sFileExtension;
|
||||
this.sMimeType = sMimeType;
|
||||
sFileName = Misc.trimDocumentName(name, sFileExtension);
|
||||
sFileName = Misc.trimDocumentName(sName, sFileExtension);
|
||||
}
|
||||
|
||||
/** Set image contents to a byte array
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue