summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/convwatch/HTMLOutputter.java
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-21 13:10:25 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-21 13:10:25 +0000
commitaafdc1a08149481535d7540458b47a6f5947c4f1 (patch)
tree959ee1442203da5e3eff8e16ab7a57490b941404 /qadevOOo/runner/convwatch/HTMLOutputter.java
parent33401bcda02a2b4ab8e2f394d782d7fcc02daba6 (diff)
INTEGRATION: CWS qadev27 (1.6.12); FILE MERGED
2006/09/18 12:19:20 lla 1.6.12.1: #138212# cleanups
Diffstat (limited to 'qadevOOo/runner/convwatch/HTMLOutputter.java')
-rw-r--r--qadevOOo/runner/convwatch/HTMLOutputter.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/runner/convwatch/HTMLOutputter.java b/qadevOOo/runner/convwatch/HTMLOutputter.java
index 27f7ec82e593..2d067e193936 100644
--- a/qadevOOo/runner/convwatch/HTMLOutputter.java
+++ b/qadevOOo/runner/convwatch/HTMLOutputter.java
@@ -4,9 +4,9 @@
*
* $RCSfile: HTMLOutputter.java,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2006-01-19 14:19:32 $
+ * last change: $Author: vg $ $Date: 2006-11-21 14:10:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -83,8 +83,8 @@ public class HTMLOutputter
m_aOut.write( "<html>" + ls);
m_aOut.write( "<head>" + ls);
m_aOut.write( "<title>" + _sTitle + "</title>" + ls);
- m_aOut.write( "<link rel=\"stylesheet\" type=\"text/css\" href=\"http://mahler.germany.sun.com/qadev/css/xmloff.css\" media=\"screen\" />" + ls);
- m_aOut.write( "<link rel=\"stylesheet\" type=\"text/css\" href=\"http://mahler.germany.sun.com/qadev/css/style.css\" media=\"screen\" />" + ls);
+ m_aOut.write( "<link rel=\"stylesheet\" type=\"text/css\" href=\"/gfxcmp_ui/xmloff.css\" media=\"screen\" />" + ls);
+ m_aOut.write( "<link rel=\"stylesheet\" type=\"text/css\" href=\"/gfxcmp_ui/style.css\" media=\"screen\" />" + ls);
m_aOut.write( "</head>" + ls);
m_aOut.write( "<body bgcolor=white>" + ls);
m_aOut.flush();