summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/graphical/Office.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/graphical/Office.java')
-rw-r--r--qadevOOo/runner/graphical/Office.java10
1 files changed, 0 insertions, 10 deletions
diff --git a/qadevOOo/runner/graphical/Office.java b/qadevOOo/runner/graphical/Office.java
index e88ca3498c5f..34b1fa9a869a 100644
--- a/qadevOOo/runner/graphical/Office.java
+++ b/qadevOOo/runner/graphical/Office.java
@@ -20,10 +20,6 @@ package graphical;
import java.util.ArrayList;
-/**
- *
- * @author ll93751
- */
public class Office implements IOffice
{
private ParameterHelper m_aParameterHelper;
@@ -101,7 +97,6 @@ public class Office implements IOffice
// foreach Report found in the .odb file, create an entry 'report'<number> in the original <name>.odb Section
// so it is possible to run through all reports by the given .odb name
IniFile aIniFile = new IniFile(sIniFile);
- // String sSection = FileHelper.getBasename(_sDocumentName); // name of the odb file
int nFileCount = aIniFile.getIntValue(sSection, "reportcount", 0);
String sValue = FileHelper.getBasename(sDocumentName); // name of the corresponding report
aIniFile.insertValue(sSection, "report" + nFileCount, sValue);
@@ -133,8 +128,6 @@ public class Office implements IOffice
{
m_aOffice.storeAsPostscript();
}
-
-// FileHelper.addBasenameToIndex(sOutputFilename);
}
}
@@ -154,7 +147,4 @@ public class Office implements IOffice
}
}
-
-
-
}