summaryrefslogtreecommitdiff
path: root/autodoc/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-04-15 17:45:13 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-04-15 17:45:13 +0000
commit8974efdd6f4eb7e4ce253658db04e710a796007c (patch)
treeb7dcb111a34a8e87fd989c48f3c8d0b848c2aa1a /autodoc/source
parent1dadb7522c537654c3c611a65039ba6a8be39ab0 (diff)
INTEGRATION: CWS adc5 (1.2.40); FILE MERGED
2003/04/09 15:23:42 np 1.2.40.1: 108787
Diffstat (limited to 'autodoc/source')
-rw-r--r--autodoc/source/display/html/outfile.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/autodoc/source/display/html/outfile.cxx b/autodoc/source/display/html/outfile.cxx
index d5707cdfd923..3f31f80e42fa 100644
--- a/autodoc/source/display/html/outfile.cxx
+++ b/autodoc/source/display/html/outfile.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: outfile.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: np $ $Date: 2002-05-14 09:02:12 $
+ * last change: $Author: hr $ $Date: 2003-04-15 18:45:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -243,7 +243,7 @@ HtmlDocuFile::WriteBody( csv::File & io_aFile )
>> *new html::Paragraph
<< new html::ClassAttr( "copyright" )
<< new xml::AnAttribute( "align", "center" )
- << sCopyright ;
+ << new xml::XmlCode(sCopyright);
}
aBodyData.WriteOut(io_aFile);
}