summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/convwatch/HTMLOutputter.java
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-01-14 12:18:07 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-01-14 12:18:07 +0000
commit27a7beff176be31a85facce1b13d5f03cdd272ba (patch)
tree9e2ce8cf624f821e4c36eb413cff3c379be4c904 /qadevOOo/runner/convwatch/HTMLOutputter.java
parentbfac4c836f8fe61a96cc700384766501d7c71913 (diff)
INTEGRATION: CWS qadev31 (1.7.18); FILE MERGED
2007/09/14 10:00:33 lla 1.7.18.1: #144950#
Diffstat (limited to 'qadevOOo/runner/convwatch/HTMLOutputter.java')
-rw-r--r--qadevOOo/runner/convwatch/HTMLOutputter.java52
1 files changed, 26 insertions, 26 deletions
diff --git a/qadevOOo/runner/convwatch/HTMLOutputter.java b/qadevOOo/runner/convwatch/HTMLOutputter.java
index 2d067e193936..da0963b89a22 100644
--- a/qadevOOo/runner/convwatch/HTMLOutputter.java
+++ b/qadevOOo/runner/convwatch/HTMLOutputter.java
@@ -4,9 +4,9 @@
*
* $RCSfile: HTMLOutputter.java,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: vg $ $Date: 2006-11-21 14:10:13 $
+ * last change: $Author: ihi $ $Date: 2008-01-14 13:18:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -137,35 +137,35 @@ public class HTMLOutputter
// System.out.println("Windows system.");
//! this should be replaced by a better method
//! name(WIN|UNIX)
- a.append(_sPathInfo);
a.append("<A HREF=\"");
a.append(_sHREF);
a.append("\">");
- a.append("(first)");
+ a.append(_sPathInfo);
+ // a.append("(first)");
a.append("</A>");
// if (_sHREF.charAt(1) == ':' && (_sHREF.charAt(0) == 'x' || _sHREF.charAt(0) == 'X'))
- int index = 0;
- index = _sHREF.indexOf("X:");
- if (index == -1)
- {
- index = _sHREF.indexOf("x:");
- }
- if (index >= 0)
- {
- // int index = 0;
- // remove "X:" and insert "/tausch"
- StringBuffer sbUNIXPath = new StringBuffer( _sHREF.substring(0, index) );
- sbUNIXPath.append("/tausch");
- sbUNIXPath.append(_sHREF.substring(index + 2));
- String sUNIXPath = sbUNIXPath.toString();
- sUNIXPath = utils.replaceAll13(sUNIXPath, "\\", "/");
-
- a.append("<A HREF=\"");
- a.append(sUNIXPath);
- a.append("\">");
- a.append("(second)");
- a.append("</A>");
- }
+ // int index = 0;
+ // index = _sHREF.indexOf("X:");
+ // if (index == -1)
+ // {
+ // index = _sHREF.indexOf("x:");
+ // }
+ // if (index >= 0)
+ // {
+ // // int index = 0;
+ // // remove "X:" and insert "/tausch"
+ // StringBuffer sbUNIXPath = new StringBuffer( _sHREF.substring(0, index) );
+ // sbUNIXPath.append("/tausch");
+ // sbUNIXPath.append(_sHREF.substring(index + 2));
+ // String sUNIXPath = sbUNIXPath.toString();
+ // sUNIXPath = utils.replaceAll13(sUNIXPath, "\\", "/");
+ //
+ // a.append("<A HREF=\"");
+ // a.append(sUNIXPath);
+ // a.append("\">");
+ // a.append("(second)");
+ // a.append("</A>");
+ // }
// else
// {
// System.out.println("Path is '" + _sHREF + "'");