summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/convwatch/OfficePrint.java
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 19:41:12 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 05:59:24 -0600
commitfaabee67550fb8eaebe5f58e224508de81d2c641 (patch)
tree102b91054825b5ff7af4f72905322d39de84f97d /qadevOOo/runner/convwatch/OfficePrint.java
parente90c27f5e180f58997026c69aa746498aa995823 (diff)
Remove visual noise from qadevOOo
Change-Id: I3d65145422039d629d2375c9fef030cd6ee41124 Reviewed-on: https://gerrit.libreoffice.org/8291 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'qadevOOo/runner/convwatch/OfficePrint.java')
-rw-r--r--qadevOOo/runner/convwatch/OfficePrint.java24
1 files changed, 12 insertions, 12 deletions
diff --git a/qadevOOo/runner/convwatch/OfficePrint.java b/qadevOOo/runner/convwatch/OfficePrint.java
index d8f867b89d76..14d7f367dfae 100644
--- a/qadevOOo/runner/convwatch/OfficePrint.java
+++ b/qadevOOo/runner/convwatch/OfficePrint.java
@@ -57,7 +57,7 @@ public class OfficePrint {
// static long m_nStartTime;
// // static Date m_aDateCache = null;
-//
+
// /*
// simple helper functions to start/stop a timer, to know how long a process need in milliseconds
// */
@@ -318,7 +318,7 @@ public class OfficePrint {
return filterName;
}
- // -----------------------------------------------------------------------------
+
public static boolean storeAsPDF(GraphicalTestArguments _aGTA,
String _sInputURL,
@@ -358,7 +358,7 @@ public class OfficePrint {
return bBack;
}
- // -----------------------------------------------------------------------------
+
/**
* print the document found in file (_sInputURL) to as postscript to file (_sPrintFileURL)
@@ -404,7 +404,7 @@ public class OfficePrint {
return bBack;
}
- // -----------------------------------------------------------------------------
+
public static void createInfoFile(String _sFile, GraphicalTestArguments _aGTA)
{
createInfoFile(_sFile, _aGTA, "");
@@ -509,7 +509,7 @@ public class OfficePrint {
- // -----------------------------------------------------------------------------
+
private static boolean impl_printToFileWithOOo(GraphicalTestArguments _aGTA,
XComponent _aDoc,
String _sOutputURL,
@@ -776,7 +776,7 @@ public class OfficePrint {
return false;
}
- // -----------------------------------------------------------------------------
+
/**
* create a reference file
* _sAbsoluteInputPath contains the source file, if not exists, return with failure.
@@ -918,9 +918,9 @@ public class OfficePrint {
return bBack;
}
- // -----------------------------------------------------------------------------
+
// TODO: move this away!
- // -----------------------------------------------------------------------------
+
static void showType(String _sInputURL, XMultiServiceFactory _xMSF)
{
if (_sInputURL.length() == 0)
@@ -952,7 +952,7 @@ public class OfficePrint {
}
- // -----------------------------------------------------------------------------
+
public static String getInternalFilterName(String _sFilterName, XMultiServiceFactory _xMSF)
{
if (_sFilterName.length() == 0)
@@ -1041,7 +1041,7 @@ public class OfficePrint {
return null;
}
- // -----------------------------------------------------------------------------
+
static String getServiceNameFromFilterName(String _sFilterName, XMultiServiceFactory _xMSF)
{
@@ -1117,7 +1117,7 @@ public class OfficePrint {
}
return null;
}
- // -----------------------------------------------------------------------------
+
public static String getFileExtension(String _sInternalFilterName, XMultiServiceFactory _xMSF)
{
@@ -1211,7 +1211,7 @@ public class OfficePrint {
return null;
}
- // -----------------------------------------------------------------------------
+
public static void convertDocument(String _sInputFile, String _sOutputPath, GraphicalTestArguments _aGTA) throws ConvWatchCancelException
{
XMultiServiceFactory xMSF = _aGTA.getMultiServiceFactory();