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.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/qadevOOo/runner/graphical/Office.java b/qadevOOo/runner/graphical/Office.java
index 8ecee36cc742..23bd040cf4bb 100644
--- a/qadevOOo/runner/graphical/Office.java
+++ b/qadevOOo/runner/graphical/Office.java
@@ -1,8 +1,8 @@
/*
* ************************************************************************
- *
+ *
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -41,7 +41,7 @@ public class Office implements IOffice
private String m_sDocumentName;
private String m_sResult;
private IOffice m_aOffice = null;
-
+
public Office(ParameterHelper _aParam, String _sResult)
{
m_aParameterHelper = _aParam;
@@ -76,8 +76,8 @@ public class Office implements IOffice
sDocumentSuffix.toLowerCase().endsWith(".bmp"))
{
throw new OfficeException("The given document is not a document type.");
- }
-
+ }
+
// TODO: we should start the office after we know if we really need an Office.
if (m_aOffice != null)
{
@@ -106,7 +106,7 @@ public class Office implements IOffice
String sDocumentName = (String)aList.get(i);
m_aOffice.load(sDocumentName);
m_aOffice.storeAsPostscript();
-
+
// 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