Remove erroneous annotations
git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@268 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
parent
1089c408ea
commit
3d079375d1
16 changed files with 44 additions and 44 deletions
|
@ -177,7 +177,7 @@ public class DOMDocument implements OutputFile {
|
|||
*
|
||||
* @return The file name of <code>Document</code>.
|
||||
*/
|
||||
@Override public String getFileName() {
|
||||
public String getFileName() {
|
||||
|
||||
return fileName;
|
||||
}
|
||||
|
@ -351,15 +351,15 @@ public class DOMDocument implements OutputFile {
|
|||
}
|
||||
|
||||
// We need these because we implement OutputFile
|
||||
@Override public String getMIMEType() {
|
||||
public String getMIMEType() {
|
||||
return "";
|
||||
}
|
||||
|
||||
@Override public boolean isMasterDocument() {
|
||||
public boolean isMasterDocument() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override public boolean containsMath() {
|
||||
public boolean containsMath() {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue