summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java')
-rw-r--r--qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java b/qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java
index cd0dde453ade..dfbdfd8a648c 100644
--- a/qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java
+++ b/qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java
@@ -50,8 +50,8 @@ import java.io.File;
*/
public class OpenOfficePostscriptCreator implements IOffice
{
- private ParameterHelper m_aParameterHelper;
- private String m_sOutputURL;
+ private final ParameterHelper m_aParameterHelper;
+ private final String m_sOutputURL;
private String m_sBasename;
private String m_sDocumentName;
private XComponent m_aDocument;